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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 using SET DATEFORMAT in DTS

Author  Topic 

Ward Bekker
Starting Member

1 Post

Posted - 2001-01-22 : 09:04:13
Hi,

I use DTS to import a comma delimeted textfile on a regular basis. The date format in de target SQL database is mdy, but the text file has dmy. With a "execute SQL task" i added the statement
SET DATEFORMAT dmy
GO
but it doesn't seem to work. (SQL SERVER 7.0)
What now? ;-)

Thanx in advance
   

- Advertisement -