Posted by Erland Sommarskog on 02/08/07 23:09
Techhead (jorgenson.b@gmail.com) writes:
> I have a date/time field with a sql format of "datetime" The actual
> date/time data format is MM/DD/YYYY^hh:mm:ss:pm or "1/25/2007
> 12:00:16 AM" Both the date and time are combined on the same field
> with a space seperating the two.
Actually, the format datetime columns is binary, it is not a string.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|