Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

write log entries to db

Status
Not open for further replies.

OhioSteve

MIS
Mar 12, 2002
1,352
US
I know how to create a log file in a package's properties. Can I write that stuff to fields in a table? If so, how do I do that.
 
The data from the DTS Logging is in the msdb.dbo.sysdtspackagelog table.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
I browsed that table and it seems to just record packages executed by the administrator.

That reminds me of another question. Where could I get a list of all of the systables and descriptions of them?
 
Books online has all the system tables, and what they are.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top