|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, May 06, 2013 9:46 AM
Points: 280,
Visits: 375
|
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, May 10, 2013 9:42 AM
Points: 273,
Visits: 450
|
|
Great example of something i have been wanting to implement for a long time.
Step 2 mentions 'attached SQL' but i cant see it, what am i doing wrong?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 12, 2008 6:38 AM
Points: 1,
Visits: 8
|
|
| How can this monitor if the DBA can easily either turn it off or delete items from the output table? Seems to me that if you want a solution like this, the DBAs can't be the ones controlling what is recorded.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, March 22, 2013 7:46 AM
Points: 1,
Visits: 27
|
|
| Where can I download the SQL code? I see it mentioned in the article, but no link to download.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 11:39 AM
Points: 52,
Visits: 151
|
|
There's a nice product that's using this exact technology, but already delivers everything to you with a nice GUI, easily viewable logs and all, and saves you all the hassble (also pushes changes to SourceSafe for you)
http://www.nobhillsoft.com/Randolph.aspx
thanks
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, July 14, 2008 5:47 AM
Points: 3,
Visits: 22
|
|
What is unique about server 2005? Can't this be done with previous versions of SQL. Nice solution BTW! Presumably the new database is secured in some way eg. you are the DBO? Peter.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, May 10, 2013 9:42 AM
Points: 273,
Visits: 450
|
|
yonision (2/29/2008) There's a nice product that's using this exact technology, but already delivers everything to you with a nice GUI, easily viewable logs and all, and saves you all the hassble (also pushes changes to SourceSafe for you)
http://www.nobhillsoft.com/Randolph.aspx
thanks
I see the product you mention and am sure its a worthy tool for deployment where the budget is available. I have taken the code from the article and created the objects concerned in my 'server statistics' database. I have then built two SSRS reports, based on the views created and i now have an easy to access (from anywhere on our WAN) method of seeing whats being changed on my databases. Total work time - maybe an hour in total (if i include the two posts here as well!!) There's a place for quick and dirty solutions beside the paid-for third party tools.
thanks again for the article.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Monday, April 29, 2013 11:08 AM
Points: 80,
Visits: 579
|
|
Good job! Nice to know someone has some of the same problems I do.
BTW, you might be interested in looking at this PASS demo. It has some good ideas.
The SQL 2005 DDL Audit Samples are a collection of sample applications for configuring DDL (Data Definition Language) auditing on one or more SQL Server 2005 instances. These applications were first presented at the PASS 2006 Community Summit in my presentation Building a DDL Audit Solution using SQL Server 2005. They build on top of the Service Broker and Server Event Notification infrastructure available in SQL Server 2005 to provide a means of collecting all server and database DDL events in a central database for viewing and reporting. Full source code is provided for all sample applications to allow you to better understand the technologies and easily build on or modify these samples for use in your environment.
http://www.sqldbatips.com/showarticle.asp?ID=113
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, April 03, 2013 11:39 AM
Points: 52,
Visits: 151
|
|
Hi Jonathan, Sure, there is room for ad-hoc implementation as well. I only wanted to show another option. This one's price really low (500$) does a whole lot more than what this article talks about, and actually frees you to focus on what you do best (your specific project) instead of worrying about issues like version control, which have been solved many times already. But naturally, if you feel your ad-hoc solution answers ALL your needs, there's no need to spend more money!
Jonathan
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, February 27, 2013 9:55 AM
Points: 7,
Visits: 154
|
|
I like what it does and i also created 2 SSRS reports but my question is how do you make this work with users that are not sa and may not have permission to the audit db? that is the only issue i have. I love the out put it gives us and it is very scaleable.
Jim
|
|
|
|