December 12, 2003 at 8:16 am
Hello everyone,
I have a question in regards to the post run of a DTS package. Lets say I run a simple package that updates a table. Is there a place in SQL Server where I can see how many records are updated? like in a text file somewhere as opposed to writing a query to see the expected results?
Thank you,
Peter
Peter M. Florenzano
Database Administrator
December 14, 2003 at 4:05 pm
How are you updating the table? Using a stored procedure in an ExecuteSQL task, you can return the value of @@ROWCOUNT to a global variable.
Hope this helps
Phill Carter
--------------------
Colt 45 - the original point and click interface
--------------------
Colt 45 - the original point and click interface
December 30, 2003 at 2:12 am
If you have Package Logging enabled, you can hit the sysdts* tables in MSDB. All the info you see in the GUI progress dialogs is buried in there.
Happy New Year!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply