﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / T-SQL (SS2K8)  / SQL Server 2008: Audit, DML... / 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>Wed, 22 May 2013 15:26:16 GMT</lastBuildDate><ttl>20</ttl><item><title>SQL Server 2008: Audit, DML...</title><link>http://www.sqlservercentral.com/Forums/Topic641668-392-1.aspx</link><description>Hello People, What level audit for capture operations DML?for example, this picture:http://img165.imageshack.us/my.php?image=auditoriapv4.jpgi'm need make put SSMS and not via t-sql...in T-SQL, this code:.... CREATE DATABASE AUDIT SPECIFICATION [Auditoria_DML]FOR SERVER AUDIT MinhaAuditoria_FileADD (SELECT, INSERT, UPDATE, DELETE	ON HumanResources.EmployeePayHistory	BY PUBLIC),ADD (SELECT, INSERT, UPDATE, DELETE	ON Sales.CreditCard	BY PUBLIC)WITH (STATE = ON)GObut, using SSMS i'm do know...</description><pubDate>Thu, 22 Jan 2009 06:56:55 GMT</pubDate><dc:creator>lucassouzace</dc:creator></item></channel></rss>