<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - edwinet</title>
<link>http://snipplr.com/users/edwinet/tags/sql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 23:29:45 GMT</pubDate>
<item>
<title>(SQL) Using sp_who2</title>
<link>http://snipplr.com/view/70886/using-spwho2/</link>
<description><![CDATA[ <p>Usage of sp_who2. To diagnose system slowdowns</p> ]]></description>
<pubDate>Tue, 23 Apr 2013 01:15:46 GMT</pubDate>
<guid>http://snipplr.com/view/70886/using-spwho2/</guid>
</item>
<item>
<title>(SQL) Viewing Trigger Order (First and Last)</title>
<link>http://snipplr.com/view/70885/viewing-trigger-order-first-and-last/</link>
<description><![CDATA[ <p>This SQL statesment help you to understand which trigger is going to execute first and which one is going to execute last.</p> ]]></description>
<pubDate>Tue, 23 Apr 2013 01:11:25 GMT</pubDate>
<guid>http://snipplr.com/view/70885/viewing-trigger-order-first-and-last/</guid>
</item>
<item>
<title>(SQL) Auditing SQL Server User and Role Permissions for Databases</title>
<link>http://snipplr.com/view/70318/auditing-sql-server-user-and-role-permissions-for-databases/</link>
<description><![CDATA[ <p>The sysprotects system table reports all of the permissions granted or denied in a given database. We'll need to join it with sysusers and sysobjects to get all the information we need. Here's an example query that only pulls information on objects (no CREATE TABLE permissions or anything else at the database level)</p> ]]></description>
<pubDate>Fri, 08 Mar 2013 01:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/70318/auditing-sql-server-user-and-role-permissions-for-databases/</guid>
</item>
<item>
<title>(SQL) SQL Template - Drop Column</title>
<link>http://snipplr.com/view/48258/sql-template--drop-column/</link>
<description><![CDATA[ <p>My Drop Column.sql
This template drops a columns of the table.</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 09:56:53 GMT</pubDate>
<guid>http://snipplr.com/view/48258/sql-template--drop-column/</guid>
</item>
<item>
<title>(SQL) SQL Template - Add Column</title>
<link>http://snipplr.com/view/48255/sql-template--add-column/</link>
<description><![CDATA[ <p>My Add Column Varchar.sql
This template adds a new varchar column to the table.</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 09:43:13 GMT</pubDate>
<guid>http://snipplr.com/view/48255/sql-template--add-column/</guid>
</item>
<item>
<title>(SQL) Get record count for a specific database</title>
<link>http://snipplr.com/view/39060/get-record-count-for-a-specific-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 14 Aug 2010 01:29:13 GMT</pubDate>
<guid>http://snipplr.com/view/39060/get-record-count-for-a-specific-database/</guid>
</item>
</channel>
</rss>