Hey guys,
I'm trying to copy in data from a file generated by SQL Server's bcp and for most of my tables I'm not having any problems.
But every once in a while, it doesn't like the datetime values from SQL Server, such as this:
2001-02-16 23:32:51.420
Is there anything wrong with this?
Oh, does anyone know how to deal with the fact that SQL Server bcp doesn't put out the \000 for null values from datetime fields?
Roy.