Monday, 12 August 2013

SQL Server Date insert

SQL Server Date insert

I have text data to import into SQL Server and the dates are formatted:
'Jul 14 2005 12:00:00:000AM'
Is there a way that SQL Server will import these directly or do I need to
write code to translate the data to number "M/D/Y" format ?

No comments:

Post a Comment