<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Scripting Permissions in SQL Server</title>
	<atom:link href="http://www.gringod.com/2007/02/27/scripting-permissions-in-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gringod.com/2007/02/27/scripting-permissions-in-sql-server/</link>
	<description>Randomised nonsense.</description>
	<pubDate>Thu, 20 Nov 2008 10:03:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: George</title>
		<link>http://www.gringod.com/2007/02/27/scripting-permissions-in-sql-server/#comment-33603</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 10 Jan 2008 14:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2007/02/27/scripting-permissions-in-sql-server/#comment-33603</guid>
		<description>Thanks for the script. But I'm sure there is an easier way. Have you heard about the release of security explorer with support of sql server permissions managing ? If I'm not wrong this tool can do the same. Here is a good &lt;a href="http://www.eweek.com/article2/0,1895,2220373,00.asp" rel="nofollow"&gt;article&lt;/a&gt; in eWeek about it. This solution is able to copy, paste or clone permissions beetween logins, objects and databases without any scripting as written there. I believe it's true.</description>
		<content:encoded><![CDATA[<p>Thanks for the script. But I&#8217;m sure there is an easier way. Have you heard about the release of security explorer with support of sql server permissions managing ? If I&#8217;m not wrong this tool can do the same. Here is a good <a href="http://www.eweek.com/article2/0,1895,2220373,00.asp" rel="nofollow">article</a> in eWeek about it. This solution is able to copy, paste or clone permissions beetween logins, objects and databases without any scripting as written there. I believe it&#8217;s true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gringod</title>
		<link>http://www.gringod.com/2007/02/27/scripting-permissions-in-sql-server/#comment-18124</link>
		<dc:creator>gringod</dc:creator>
		<pubDate>Fri, 11 May 2007 16:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2007/02/27/scripting-permissions-in-sql-server/#comment-18124</guid>
		<description>That sounds interesting.  Will you be posting you script online?  If you do please leave a link to it.</description>
		<content:encoded><![CDATA[<p>That sounds interesting.  Will you be posting you script online?  If you do please leave a link to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Howard</title>
		<link>http://www.gringod.com/2007/02/27/scripting-permissions-in-sql-server/#comment-18123</link>
		<dc:creator>Todd Howard</dc:creator>
		<pubDate>Fri, 11 May 2007 16:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gringod.com/2007/02/27/scripting-permissions-in-sql-server/#comment-18123</guid>
		<description>I have been working on similar. Your script is is a good start but I prefer doing it without all the IF statements. Additionally it needs. In needs to be modified to include the object owners for the GRANT and DENY statements incase there are objects owned by someone other than dbo(SQL 2000) and to include a section for protecttype of 204 (WITH GRANT OPTION). These instances probably do not happen often, but I like scripts to like this to try to handle everything. Just finishing up testing my script now.</description>
		<content:encoded><![CDATA[<p>I have been working on similar. Your script is is a good start but I prefer doing it without all the IF statements. Additionally it needs. In needs to be modified to include the object owners for the GRANT and DENY statements incase there are objects owned by someone other than dbo(SQL 2000) and to include a section for protecttype of 204 (WITH GRANT OPTION). These instances probably do not happen often, but I like scripts to like this to try to handle everything. Just finishing up testing my script now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
