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
 Import/Export (DTS) and Replication (2000)
 mssql2000 vs. mssql97 DTSRUN /A

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-07-04 : 08:05:52
Inon writes "Hello,
My process is to get a file from FTP with unique name and when there is INSERT to the table i operate a trigger on the table to get FILENAME and TIME. then i want to process the file IE send DTS the FILENAME through a global variable. no problem when i use SQL2000 with /A how can i solve this problem in 97 when no /A option of DTSRUN. as i want to process many files in parallel i must recognize the row that the trigger jumped on..."
   

- Advertisement -