<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/sql/tags/security</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 09:54:56 GMT</pubDate>
<item>
<title>(SQL) Auditing SQL Server User and Role Permissions for Databases - edwinet</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) Maps an existing database user to a SQL Server login. - edwinet</title>
<link>http://snipplr.com/view/60539/maps-an-existing-database-user-to-a-sql-server-login/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Nov 2011 07:47:25 GMT</pubDate>
<guid>http://snipplr.com/view/60539/maps-an-existing-database-user-to-a-sql-server-login/</guid>
</item>
<item>
<title>(SQL) Change owner on sql server db. - d020</title>
<link>http://snipplr.com/view/16722/change-owner-on-sql-server-db/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Jul 2009 06:09:31 GMT</pubDate>
<guid>http://snipplr.com/view/16722/change-owner-on-sql-server-db/</guid>
</item>
<item>
<title>(SQL) Script to Create a Script Granting EXECUTE to all Stored Procs in a DB - rengber</title>
<link>http://snipplr.com/view/2603/script-to-create-a-script-granting-execute-to-all-stored-procs-in-a-db/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 06 May 2007 14:47:51 GMT</pubDate>
<guid>http://snipplr.com/view/2603/script-to-create-a-script-granting-execute-to-all-stored-procs-in-a-db/</guid>
</item>
</channel>
</rss>