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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing MS-SQL audit file

Status
Not open for further replies.

archanabharathi

Programmer
Joined
Nov 4, 2003
Messages
4
Location
US
Hi,
I have turned on the audit feature in the MS-SQL server. I can currently use the Profiler to view the contents of the audit file. Is there some other way of viewing the audit file contents? For e.g. can I import the the audit file to the MS-SQL database and view them as contents of tables?
Any info is greatly appreciated! Thanks!
 
Create a new table with the Data columns you will be capturing from the trace and save it on a server and database. When creating a new trace on the General tab choose to save it to the table instead of a file.
 
Thanks for the info! Actually, I think it is possible to specify the data columns using "Trace Properties" and the table with those data columns is automatically created when the "Save to table" option is chosen.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top