Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dcsnfh
Starting Member
1 Post |
Posted - 2005-06-20 : 09:04:55
|
I have the a flat file (that i cant modify)with the following values002 TEXTTEXT 06/02/05The date format in the file is mm/dd/yy but database format is dd/mm/yyyy (spanish).After using BCP inserted values looks like 06-02-2005 but real value is 02-06-2005. How can i prevent this behavior? Can i set a convert instruction inside my .fmt file?Thanks in advance |
|
|
|
|