<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Difference Between GRANT and WITH GRANT</title>
	<atom:link href="http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #023 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-450506</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #023 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 06 Apr 2013 01:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-450506</guid>
		<description><![CDATA[[...] Difference Between GRANT and WITH GRANT The difference between these options is very simple. In case of only GRANT, the username cannot grant the same permission to other users. On the other hand, with the option WITH GRANT, the username will be able to give the permission after receiving requests from other users. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Difference Between GRANT and WITH GRANT The difference between these options is very simple. In case of only GRANT, the username cannot grant the same permission to other users. On the other hand, with the option WITH GRANT, the username will be able to give the permission after receiving requests from other users. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vardhan raju</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-342223</link>
		<dc:creator><![CDATA[vardhan raju]]></dc:creator>
		<pubDate>Sun, 09 Sep 2012 12:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-342223</guid>
		<description><![CDATA[your blog is really very much helpful.
i would like to know diff between grant and joins too.
can u give clarification on that topic]]></description>
		<content:encoded><![CDATA[<p>your blog is really very much helpful.<br />
i would like to know diff between grant and joins too.<br />
can u give clarification on that topic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 13 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-147831</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 13 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 01:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-147831</guid>
		<description><![CDATA[[...] In case of only GRANT, the username cannot grant the same permission to other users. On the other hand, with the option WITH GRANT, the username will be able to give the permission after receiving requests from other users. (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] In case of only GRANT, the username cannot grant the same permission to other users. On the other hand, with the option WITH GRANT, the username will be able to give the permission after receiving requests from other users. (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peters</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-128288</link>
		<dc:creator><![CDATA[peters]]></dc:creator>
		<pubDate>Mon, 11 Apr 2011 14:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-128288</guid>
		<description><![CDATA[Hi Gents... I only have a question about error message 916: user xy want to expand database on object explorer. He get follow error message: The server principal &quot;xxxx&quot; is not able to access the database &quot;yyyyy&quot; under the current security context. (Microsoft SQL Server, Error:916)

What I have done: reset view, refresh, Collation enabled / disabled, user permission changed from read/writhe to owner....

Heeeeelp I always get mentioned error message.]]></description>
		<content:encoded><![CDATA[<p>Hi Gents&#8230; I only have a question about error message 916: user xy want to expand database on object explorer. He get follow error message: The server principal &#8220;xxxx&#8221; is not able to access the database &#8220;yyyyy&#8221; under the current security context. (Microsoft SQL Server, Error:916)</p>
<p>What I have done: reset view, refresh, Collation enabled / disabled, user permission changed from read/writhe to owner&#8230;.</p>
<p>Heeeeelp I always get mentioned error message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Query Builder</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-115913</link>
		<dc:creator><![CDATA[Query Builder]]></dc:creator>
		<pubDate>Thu, 03 Feb 2011 20:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-115913</guid>
		<description><![CDATA[I have had an issue with using the sp_send_dbmail which is wrapped in a shell procedure. My application login only has access to execute this shell procedure and is also a member of the DatabaseMailUserRole in msdb.. 

But when I go to execute the email is generated but getting an error saying that the shell proc doesn&#039;t exist or you dont have permission. SO if you grant with grant option, the error goes away..]]></description>
		<content:encoded><![CDATA[<p>I have had an issue with using the sp_send_dbmail which is wrapped in a shell procedure. My application login only has access to execute this shell procedure and is also a member of the DatabaseMailUserRole in msdb.. </p>
<p>But when I go to execute the email is generated but getting an error saying that the shell proc doesn&#8217;t exist or you dont have permission. SO if you grant with grant option, the error goes away..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-108586</link>
		<dc:creator><![CDATA[e]]></dc:creator>
		<pubDate>Thu, 30 Dec 2010 01:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-108586</guid>
		<description><![CDATA[Seriously?  As explained above granting permission Y to user X with the option &#039;with grant&#039; allows user X to grant permission Y to other users.]]></description>
		<content:encoded><![CDATA[<p>Seriously?  As explained above granting permission Y to user X with the option &#8216;with grant&#8217; allows user X to grant permission Y to other users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-104151</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 07 Dec 2010 12:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-104151</guid>
		<description><![CDATA[Just deny all permissions to that table]]></description>
		<content:encoded><![CDATA[<p>Just deny all permissions to that table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jerry</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-103966</link>
		<dc:creator><![CDATA[jerry]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 10:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-103966</guid>
		<description><![CDATA[i want ask, how to protect tables contents,where everytime want to open table,must require password or how to encrypt data in tables?]]></description>
		<content:encoded><![CDATA[<p>i want ask, how to protect tables contents,where everytime want to open table,must require password or how to encrypt data in tables?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maryam</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-102760</link>
		<dc:creator><![CDATA[maryam]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 09:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-102760</guid>
		<description><![CDATA[what is difference between grant and withgrant in sqlserver?
what is difference between read and denyread in sqlserver?]]></description>
		<content:encoded><![CDATA[<p>what is difference between grant and withgrant in sqlserver?<br />
what is difference between read and denyread in sqlserver?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandhya</title>
		<link>http://blog.sqlauthority.com/2010/04/03/sql-server-difference-between-grant-and-with-grant/#comment-81100</link>
		<dc:creator><![CDATA[sandhya]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 13:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8497#comment-81100</guid>
		<description><![CDATA[I really like u r post on all the topics. Once I have started using u r blogs, always keen to find out everything on u r blog, now its first search option for me.]]></description>
		<content:encoded><![CDATA[<p>I really like u r post on all the topics. Once I have started using u r blogs, always keen to find out everything on u r blog, now its first search option for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
