<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>SQL Server Performance &#187; Audit</title>
	<atom:link href="http://www.sql-server-performance.com/category/articles/audit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Mon, 20 May 2013 03:15:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Auditing  with Microsoft Assessment and Planning (MAP) Toolkit 5.0 &#8211; Part  3</title>
		<link>http://www.sql-server-performance.com/2013/auditing-map-5-3/</link>
		<comments>http://www.sql-server-performance.com/2013/auditing-map-5-3/#comments</comments>
		<pubDate>Tue, 07 May 2013 01:12:50 +0000</pubDate>
		<dc:creator>Sadequl Hussain</dc:creator>
				<category><![CDATA[Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1891</guid>
		<description><![CDATA[Software Usage Tracker New to MAP 5.0 is another feature called the Software Usage Tracker. This is an audit mechanism that allows you to track the number of users or devices accessing your servers. The information from these audits can help people responsible for managing software licensing to get a better picture of Microsoft server [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/auditing-map-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auditing  with Microsoft Assessment and Planning (MAP) Toolkit 5.0 &#8211; Part 2</title>
		<link>http://www.sql-server-performance.com/2013/auditing-map-5-2/</link>
		<comments>http://www.sql-server-performance.com/2013/auditing-map-5-2/#comments</comments>
		<pubDate>Wed, 01 May 2013 01:12:50 +0000</pubDate>
		<dc:creator>Sadequl Hussain</dc:creator>
				<category><![CDATA[Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1890</guid>
		<description><![CDATA[Using MAP to inventory your servers When you start MAP, the application prompts you for a database name (see figure below). At the very beginning there will be no database to hold MAP inventory information, so you will need to specify a new database name. You can name it anything, but for our purpose, I [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/auditing-map-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auditing  with Microsoft Assessment and Planning (MAP) Toolkit 5.0 &#8211; Part 1</title>
		<link>http://www.sql-server-performance.com/2013/auditing-map-5-1/</link>
		<comments>http://www.sql-server-performance.com/2013/auditing-map-5-1/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 00:01:50 +0000</pubDate>
		<dc:creator>Sadequl Hussain</dc:creator>
				<category><![CDATA[Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1889</guid>
		<description><![CDATA[Auditing and inventorying is not something new in any IT environment. Depending on the purpose, it can take many forms. Sometimes the auditing is about security and data access. Sometimes it is about software usage and licensing. Often it is about consolidation and cost saving. Whatever the reason, the strategic direction typically comes from top [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/auditing-map-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Transactions in SQL Server &#8211; Part II</title>
		<link>http://www.sql-server-performance.com/2012/implementing-transactions-sql-server/</link>
		<comments>http://www.sql-server-performance.com/2012/implementing-transactions-sql-server/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 05:15:07 +0000</pubDate>
		<dc:creator>Amit Chaudhary</dc:creator>
				<category><![CDATA[Audit]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[transactions]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2867</guid>
		<description><![CDATA[In Implementing Transactions Part I I briefly described the role of Transactions in SQL Server and outlined a very basic implementation. In this second part, I will explain how a DBA can best implement Transactions in scripts that are to be deployed on production databases. One of the regular tasks of a DBA is to [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/implementing-transactions-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieving Data from an Audit Table</title>
		<link>http://www.sql-server-performance.com/2010/retrieve-data-audit-table/</link>
		<comments>http://www.sql-server-performance.com/2010/retrieve-data-audit-table/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 01:12:50 +0000</pubDate>
		<dc:creator>Manor Lev-tov</dc:creator>
				<category><![CDATA[Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1843</guid>
		<description><![CDATA[Retrieving data from an audit table. Retrieving information from a history table for a given point in time is a common data task. For example, using a table that contains all historical prices, what where the prices of all products as they were 30 days ago? There are a number of ways to different methods [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/retrieve-data-audit-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auditing in SQL Server 2008</title>
		<link>http://www.sql-server-performance.com/2009/2008-audit-intro/</link>
		<comments>http://www.sql-server-performance.com/2009/2008-audit-intro/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 01:12:50 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1816</guid>
		<description><![CDATA[Introduction Auditing is the monitoring and recording all user actions on a database. You can base auditing on individual actions, such as database backup, change of user logins, insert etc. or on combination of factors. Why Audit? Though auditing has become a popular buzzword, many DBAs and developers still do not appreciate the requirement for [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2009/2008-audit-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Security Audit (Part 3) &#8211; Operating System Level Audit</title>
		<link>http://www.sql-server-performance.com/2009/security-audit-operating-system/</link>
		<comments>http://www.sql-server-performance.com/2009/security-audit-operating-system/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 01:12:50 +0000</pubDate>
		<dc:creator>Sadequl Hussain</dc:creator>
				<category><![CDATA[Audit]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1722</guid>
		<description><![CDATA[Operating system level audits Typically, most DBAs have remote access privilege to the Windows machine hosting the database server. If you have administrator privilege in the Windows box (or VM), you can take some time to try the following: Windows security log This should be actually a part of the DBA’s daily checks. However, as [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2009/security-audit-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Security Audit (Part 1) &#8211; Server Level Audit</title>
		<link>http://www.sql-server-performance.com/2009/security-audit-server-level/</link>
		<comments>http://www.sql-server-performance.com/2009/security-audit-server-level/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 01:12:50 +0000</pubDate>
		<dc:creator>Sadequl Hussain</dc:creator>
				<category><![CDATA[Audit]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1717</guid>
		<description><![CDATA[Although security is a major component of database administration, it is sometimes overlooked in favour of convenience. User accounts are given elevated permissions to save time, patches and hot-fixes are not applied timely and best practices are often not followed. Over time, the server becomes vulnerable to potential breaches of security. As the DBA, you [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2009/security-audit-server-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Tracking in SQL Server 2008</title>
		<link>http://www.sql-server-performance.com/2009/change-tracking-2008/</link>
		<comments>http://www.sql-server-performance.com/2009/change-tracking-2008/#comments</comments>
		<pubDate>Thu, 28 May 2009 01:12:50 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1563</guid>
		<description><![CDATA[Introduction SQL Server 2008 includes &#160;several inbuilt features for Auditing – namely Change Data Capture (CDC) and Auditing and Change Tracking &#8211; this article we are going to discuss&#160; Change Tracking. What is Change Tracking Change tracking is a lightweight solution that provides an efficient change tracking mechanism for applications. In case of data warehousing [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2009/change-tracking-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automate Audit Requests</title>
		<link>http://www.sql-server-performance.com/2008/automate-audit-requests/</link>
		<comments>http://www.sql-server-performance.com/2008/automate-audit-requests/#comments</comments>
		<pubDate>Mon, 26 May 2008 01:12:50 +0000</pubDate>
		<dc:creator>TJay Belt</dc:creator>
				<category><![CDATA[Audit]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1395</guid>
		<description><![CDATA[User Review Periodically, an internal auditor would stop by my desk and ask me to show them all the users and permissions on a particular database.  This is easily gathered, and most of us know how to do this.  I produce this list, and send it on to the requestor.  The next question is ‘What [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2008/automate-audit-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
