<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Auditing database source code changes</title><link>http://sqlblog.com/blogs/john_paul_cook/archive/2010/04/12/auditing-database-source-code-changes.aspx</link><description>Auditing changes to database source code can be easily implemented with a database trigger. Here’s a simple implementation of stored procedure auditing using an audit table and a database trigger. It assumes that a schema named Audit already exists. CREATE</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: Auditing database source code changes</title><link>http://sqlblog.com/blogs/john_paul_cook/archive/2010/04/12/auditing-database-source-code-changes.aspx#27228</link><pubDate>Thu, 22 Jul 2010 09:23:05 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:27228</guid><dc:creator>how to backup old sp for alter stored procedure</dc:creator><description>&lt;p&gt;how to backup old sp for alter stored procedure&lt;/p&gt;
</description></item><item><title>re: Auditing database source code changes</title><link>http://sqlblog.com/blogs/john_paul_cook/archive/2010/04/12/auditing-database-source-code-changes.aspx#39811</link><pubDate>Tue, 15 Nov 2011 12:34:59 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:39811</guid><dc:creator>ravindra</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;The Above procedure will not work if i alter table in designer window i will get captured data like this &amp;nbsp;ALTER TABLE dbo.Table_1 SET (LOCK_ESCALATION = TABLE) how to solve this issuce please reply.&lt;/p&gt;
</description></item><item><title>re: Auditing database source code changes</title><link>http://sqlblog.com/blogs/john_paul_cook/archive/2010/04/12/auditing-database-source-code-changes.aspx#39812</link><pubDate>Tue, 15 Nov 2011 12:46:47 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:39812</guid><dc:creator>John Paul Cook</dc:creator><description>&lt;p&gt;For a more timely and in-depth response, please post specific syntax questions in the MSDN forums: &lt;a rel="nofollow" target="_new" href="http://social.msdn.microsoft.com/forums/en-US/transactsql/threads/"&gt;http://social.msdn.microsoft.com/forums/en-US/transactsql/threads/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Because there are several factors that could come into play here, posting in a moderated forum is better.&lt;/p&gt;
</description></item></channel></rss>