August 9, 2013 at 10:57 am
Can any one please clarify me here that .. Profiler is the only tool that has the ability to audit and identify DDL Events or any other to describe. Please suggest !!!!
August 9, 2013 at 3:47 pm
No, Profiler is not the only tool. To start with, Profiler is only a GUI to SQL Trace and any real tracing should be conducted server-side, particularly in production system. There is quite an overhead of running traces from Profiler. Profiler is good for quick things, but any long-term tracing must be performed server side.
Other alternatives are DDL triggers and event notifications. And in SQL 2008 Enterprise Edition, you can also use SQL Server Audit.
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
August 9, 2013 at 8:28 pm
There's also the default trace which also logs certain DDL events like dropping a table.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 9, 2013 at 10:35 pm
Erland Sommarskog (8/9/2013)
No, Profiler is not the only tool. To start with, Profiler is only a GUI to SQL Trace and any real tracing should be conducted server-side, particularly in production system. There is quite an overhead of running traces from Profiler. Profiler is good for quick things, but any long-term tracing must be performed server side.Other alternatives are DDL triggers and event notifications. And in SQL 2008 Enterprise Edition, you can also use SQL Server Audit.
Thanks for letting know and can you please elaborate about SQL Server Audit to understand more...!!!
August 10, 2013 at 2:47 am
I you want to learn about SQL Server Audit, I suggest that you read about it in Books Online.
[font="Times New Roman"]Erland Sommarskog, SQL Server MVP, www.sommarskog.se[/font]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy