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)
 Using Current Date in DTS package

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-01-23 : 08:31:09
Alan.Nelson@comcast.net writes "I am creating a DTS package which pulls records based on dates.
I want the lower bound of the date range I am pulling records for to be based on the date the DTS package was last run. Is there a way to do this? How do I get at that data?

- Alan"

ValterBorges
Master Smack Fu Yak Hacker

1429 Posts

Posted - 2004-01-23 : 08:37:49
That all depends if you're logging the execution of the package.

See the following topic in BOL.

Retrieving DTS System, Package, and Log Data
Go to Top of Page
   

- Advertisement -