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 |
|
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 |
 |
|
|
|
|
|