﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Brian Kelley / Article Discussions / Article Discussions by Author  / Using the Service Audit Object in SQL Server 2008 / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 18 Jun 2013 21:23:23 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>[quote][b]Beginner_2008 (3/5/2012)[/b][hr]Good article,I know to view audit logs, we can right click from SSMS to the audit specification and view them if the object has made the destination to a file. But how to view the audit logs, if the destination has given to windows/application log. Right now i am viewing the audit logs (given to windows/application log) going to event viewer and opening the windows logs. Is there any way that we view these right from SSMS?Thanks..[/quote]I do not have my audit files set up this way, so can not be sure, but have you looked under Management, SQL ServerLogs. here you can select logs for Windows NT, application</description><pubDate>Tue, 06 Mar 2012 03:57:08 GMT</pubDate><dc:creator>440692 I am just a number</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>Good article,I know to view audit logs, we can right click from SSMS to the audit specification and view them if the object has made the destination to a file. But how to view the audit logs, if the destination has given to windows/application log. Right now i am viewing the audit logs (given to windows/application log) going to event viewer and opening the windows logs. Is there any way that we view these right from SSMS? Thanks..</description><pubDate>Mon, 05 Mar 2012 13:12:59 GMT</pubDate><dc:creator>Achilies</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>Great article. Is there a way to roll over the logs on a time basis or manually?I'm thinking of some sort of    DBCC ERRORLOG   sp_cycle_errorlogequivilant</description><pubDate>Thu, 11 Aug 2011 07:47:29 GMT</pubDate><dc:creator>440692 I am just a number</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>Brian, thanks much for this article!  It was exactly what I needed to get a test system going to explore what the audit offered.  I had been fiddling with it to no avail, read your article, and had it running shortly thereafter.I was a little disappointed that the file export was to log format, I was hoping I could get it out as a CSV.  There is the export function, I think I'll be looking in to automating dumping the contents to a text file.I think it's basically a good thing, but it still has some growth.</description><pubDate>Fri, 02 Apr 2010 00:30:31 GMT</pubDate><dc:creator>Wayne West</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>Hi,Nice article....You have done good job....Thank you.....---------------------------------------[url=http://www.secure-bytes.com/Auditing+Tools.php]Auditing Tools[/url]</description><pubDate>Wed, 06 Jan 2010 23:46:09 GMT</pubDate><dc:creator>abbala2008</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>This may be one of the weaknesses in the Audit Object. I need to play around a bit more to see if you can capture the parameter, but at first glance, I'm not sure you can.</description><pubDate>Thu, 20 Aug 2009 20:41:47 GMT</pubDate><dc:creator>K. Brian Kelley</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>Hi Brian,Very nice article.  I was able to configure the auditing but I am not getting the parameter values in the audit.Ex. If some executed a query as follows:select name, age from dbo.employees where empno = 100.This above query is being audited as follows:select name, age from dbo.employees where empno = @1.How can I get the value of @1?Regards,Atiq Rahman</description><pubDate>Sat, 08 Aug 2009 12:42:14 GMT</pubDate><dc:creator>Atiq Rahman-266579</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>Hi Brian,Very nice article.  I was able to configure the auditing but I am not getting the parameter values in the audit.Ex. If some executed a query as follows:select name, age from dbo.employees where empno = 100.This above query is being audited as follows:select name, age from dbo.employees where empno = @1.How can I get the value of @1?Regards,Atiq Rahman</description><pubDate>Sat, 08 Aug 2009 12:42:12 GMT</pubDate><dc:creator>Atiq Rahman-266579</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>What are recommended options for auditing tools and/or utilities for people that are using the MS-SQL standard and web editions? We have a public facing web site where our biggest auditing need (in addition to what we can see in the regular OS event logs) is to track DBA actions.</description><pubDate>Mon, 11 May 2009 12:28:01 GMT</pubDate><dc:creator>andynold</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>Great article...</description><pubDate>Sun, 21 Dec 2008 01:49:48 GMT</pubDate><dc:creator>Anipaul</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>What I said in the article was that just about every edition above Express *could* use it. But Microsoft chose to only put it in Enterprise Edition. For those of us who started using Standard Edition for 2-node HA clusters, this hurts. Standard Edition is economical and meets our needs. Enterprise Edition is pricey. But if we want to use the Audit object, we've got no choice but to use Enterprise. As far as alternatives, there's nothing similar to it in the other versions. </description><pubDate>Thu, 18 Dec 2008 11:38:01 GMT</pubDate><dc:creator>K. Brian Kelley</dc:creator></item><item><title>RE: Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>You mention that [b]SQL Server Audit object[/b] is available in any version of SQL other than Express, however, Audit is only available in 2008 Enterprise.  Is there a water down version of auditing available in versions other than 2008.  What alternatives are available to perform similar auditing when not using Enterprise edition?</description><pubDate>Thu, 18 Dec 2008 09:53:38 GMT</pubDate><dc:creator>anand.ramanan</dc:creator></item><item><title>Using the Service Audit Object in SQL Server 2008</title><link>http://www.sqlservercentral.com/Forums/Topic621839-59-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/Security/65170/"&gt;Using the Service Audit Object in SQL Server 2008&lt;/A&gt;[/B]</description><pubDate>Thu, 18 Dec 2008 01:23:17 GMT</pubDate><dc:creator>K. Brian Kelley</dc:creator></item></channel></rss>