- Create a trace for security auditers
- Save trace data to a table in database on server that is being traced
- Replicate the traced data to another SQL Server...
Requires Free Membership to View

Yes, it does make sense. The basics are that you can't accomplish this via the Profiler GUI. The good news is the GUI is just that, an initerface over a bunch of stored procedures. By calling these procedures directly, you can control the name of your table and even reuse an existing table. All of the documentation you need for this is contained in Books Online.
For More Information
- Dozens more answers to tough SQL Server questions from Michael Hotek are available here.
- The Best Microsoft SQL Server Web Links: tips, tutorials, scripts, and more.
- The Best SQL Web Links
- Have a SQL Server tip to offer your fellow DBAs and developers? The best tips submitted will receive a cool prize. Submit your tip today!
- Ask your technical SQL Server questions -- or help out your peers by answering them -- in our live discussion forums.
- Ask the Experts yourself: Our SQL, database design, SQL Server, DB2, object-oriented and data warehousing gurus are waiting to answer your toughest questions.
This was first published in October 2003
Join the conversationComment
Share
Comments
Results
Contribute to the conversation