﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged DDL Triggers</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged DDL Triggers posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Blocking Users by IP</title><description><![CDATA[<p>SQL Server MVP Brian Kelley brings us a great new article that solves a problem that might help your security. In this short piece, we learn how we can use logon triggers to block users based on their IP address.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Security/66151/</guid><pubDate>Fri, 15 Apr 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Security/66151/</link></item><item><title>SQL 2008 &amp; 2005 DDL Auditing - Full Server Self Maintaining Solution</title><description><![CDATA[<p>DDL triggers enable us to audit DDL changes but there are a few missing events, design decisions and installation complications.</p>]]></description><guid>http://www.sqlservercentral.com/articles/DDL/70657/</guid><pubDate>Tue, 17 Aug 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/DDL/70657/</link></item><item><title>Granting limited permissions to create views in another schema in SQL Server - Part 2  </title><description><![CDATA[<p>In a previous tip, Granting limited permissions to create views in another schema in SQL Server, I showed how to use the CREATE VIEW permission and the ALTER SCHEMA permission to allow users to create new views using the same schema as the tables. However, I have found that the users can alter and drop tables in this schema which is beyond what I want them to do. A DENY CREATE TABLE does not work, so what can I do to prevent them from touching the tables in this way? In this tip I will show you how you can use a DDL trigger to prevent this unneeded access.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67739/</guid><pubDate>Mon, 17 Aug 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67739/</link></item><item><title>Creating a recycle bin for SQL Server 2005\2008</title><description><![CDATA[<p>Using a DDL trigger, two schemas and a stored procedure recycle bin functionality can be create in SQL Server.
</p><!-- safeguard (SQL Backup) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="https://sqlbackup.red-gate.com/LogIn?utm_source=ssc&utm_medium=pubad&utm_content=safeguard_backups&utm_campaign=sqlbackup&utm_term=rss-20016"><img src="http://assets.red-gate.com/external/SSC/backuphosted_white_68x68.png" alt="sqlbackup"></td>   <td><strong>New! Safeguard your SQL backups</strong><br />Protect your backups from onsite disaster with SQL Backup Pro and a Hosted Storage account from Red Gate.  <a href="https://sqlbackup.red-gate.com/LogIn?utm_source=ssc&utm_medium=pubad&utm_content=safeguard_backups&utm_campaign=sqlbackup&utm_term=rss-20016">Learn more</a></td>  </tr> </tbody></table>

]]></description><guid>http://www.sqlservercentral.com/articles/DDL+Triggers/66552/</guid><pubDate>Wed, 20 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/DDL+Triggers/66552/</link></item><item><title>Blocking Users by IP</title><description><![CDATA[<p>SQL Server MVP Brian Kelley brings us a great new article that solves a problem that might help your security. In this short piece, we learn how we can use logon triggers to block users based on their IP address.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Security/66151/</guid><pubDate>Fri, 15 Apr 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Security/66151/</link></item><item><title>Securing SQL with access control and login monitoring</title><description><![CDATA[<p>SQL Server login monitoring and access control are important elements of SQL database security. Learn how DDL triggers can help alert you to security issues.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/65819/</guid><pubDate>Mon, 16 Feb 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/65819/</link></item><item><title>Monitoring Changes in Your Database Using DDL Triggers</title><description><![CDATA[<p>Auditing and monitoring activity in your databases is becoming more and more important all the time. New author David Dye brings us a short introduction to using DDL triggers to help.</p><!-- disturbing m2 (DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>Top 5 hard-earned Lessons of a DBA </strong><br />New! Part 4, ‘Disturbing Development’ by Grant Fritchey, features the return of Joe Deebeeay and a server-threatening encounter with ORMs -  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019">read it here</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/articles/Auditing/64176/</guid><pubDate>Thu, 02 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Auditing/64176/</link></item><item><title>Using DDL triggers to audit events</title><description><![CDATA[<p>Create DDL table in SQL Server 2005 to audit Data Definition Language (DDL) trigger events when DML statements run. Define DDL trigger to track SQL changes.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/63019/</guid><pubDate>Thu, 15 May 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63019/</link></item></channel></rss>