PRB: BCP Default of smalldatetime Uses Jun 8, 1932

Last reviewed: May 2, 1997
Article ID: Q141164

The information in this article applies to:
  • Microsoft SQL Server, versions 4.21 and 6.0
BUG# NT: 11758 (4.21)

SYMPTOMS

When using only a time value for BCP inserts, BCP defaults the date to Jun 8, 1932. Inserting the same value via the INSERT statement uses Jan 1, 1900.

   Example:
   insert into tblSmall values ("10:20")
   Produces: Jan 1 1900 10:20AM

   BCP pubs..tblSmall in bcp.dat /Usa /P -c
   Produces: Jun 8 1932 10:20AM

WORKAROUND

Use fully defined date and time values.

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 4.21a. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words: sql6 time insert values
Keywords : kbbug4.21 kbbug6.00 kbprg SSrvBCP SSrvProg
Version : 4.21 6.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 2, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.