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)
 creating a log file after executing a DTS

Author  Topic 

robertobcn
Starting Member

1 Post

Posted - 2005-08-25 : 06:27:43
Hello...

i'm pretty new on sql, so thanks for the replies.

i have several DTS's that contain different tasks (stored procedures, macros, etc) and i want to create a log file per each dts that contains if each of the tasks of the dts has been executed or not, and if so, in what date/time and if it was successful or not...

is it very difficult with SQL enterpise manager?

thank you very much in advance...

Roberto.

lizak
Starting Member

12 Posts

Posted - 2005-08-25 : 12:10:50
DTS has built in logging that provides this information. Open up a DTS package and look at the "Logging" tab under the properties. I think once you run one with logging you see you can get all the information you need.

FYI - It helps if you name the tasks something more informative other than taking the defaults.
Go to Top of Page
   

- Advertisement -