<?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/"
		>
<channel>
	<title>Comments on: SQL Server 2005: Easily Grant Select to All Tables and/or Views in a Database</title>
	<atom:link href="http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:22:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Johnboulom</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-48309</link>
		<dc:creator>Johnboulom</dc:creator>
		<pubDate>Thu, 05 May 2011 19:05:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48309</guid>
		<description>doesn&#039;t work for other schema other than dbo, e.g., otherschema.table1.
only work if your tables are part of dbo, e.g., dbo.table1.</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work for other schema other than dbo, e.g., otherschema.table1.<br />
only work if your tables are part of dbo, e.g., dbo.table1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bankston</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-48290</link>
		<dc:creator>Paul Bankston</dc:creator>
		<pubDate>Wed, 04 May 2011 21:04:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-48290</guid>
		<description>doesn&#039;t seem to work with Windows authtenticated users.  For example
&#039;domainusername&#039;</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t seem to work with Windows authtenticated users.  For example<br />
&#8216;domainusername&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-38966</link>
		<dc:creator>Mustafa</dc:creator>
		<pubDate>Fri, 07 May 2010 08:49:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38966</guid>
		<description>This is what i was looking for - granting select at database level...worked perfectly, thanks.</description>
		<content:encoded><![CDATA[<p>This is what i was looking for &#8211; granting select at database level&#8230;worked perfectly, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-38450</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 05 Apr 2010 16:33:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38450</guid>
		<description>This is exactly what I needed.  Thank you Thank you..... You saved me a ton of time.</description>
		<content:encoded><![CDATA[<p>This is exactly what I needed.  Thank you Thank you&#8230;.. You saved me a ton of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-36658</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 08 Jan 2010 18:03:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-36658</guid>
		<description>very helpful!</description>
		<content:encoded><![CDATA[<p>very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-36654</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:13:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-36654</guid>
		<description>But you can grant select on database level ? Or even to a role and then subsequently to a user which is even neater

grant select on database::Adventureworks to LimitedUser;</description>
		<content:encoded><![CDATA[<p>But you can grant select on database level ? Or even to a role and then subsequently to a user which is even neater</p>
<p>grant select on database::Adventureworks to LimitedUser;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-35951</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-35951</guid>
		<description>Perfect!  only wanted user to access tables and not views so adding to the db_datareader role was not an option.  Thanks!</description>
		<content:encoded><![CDATA[<p>Perfect!  only wanted user to access tables and not views so adding to the db_datareader role was not an option.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudarshan</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-28271</link>
		<dc:creator>Sudarshan</dc:creator>
		<pubDate>Thu, 26 Feb 2009 16:24:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-28271</guid>
		<description>Extremely handy script! exactly what I was looking for. Saved a lot of time.</description>
		<content:encoded><![CDATA[<p>Extremely handy script! exactly what I was looking for. Saved a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Jellinek</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-28058</link>
		<dc:creator>Marc Jellinek</dc:creator>
		<pubDate>Wed, 18 Feb 2009 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-28058</guid>
		<description>... or you could just add the login to the db_datareader role, which grants select permission to all tables and views within the database.

ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/7d71fca8-ad8d-49c5-b4cc-c1cdab0fab43.htm</description>
		<content:encoded><![CDATA[<p>&#8230; or you could just add the login to the db_datareader role, which grants select permission to all tables and views within the database.</p>
<p>ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/7d71fca8-ad8d-49c5-b4cc-c1cdab0fab43.htm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.tech-recipes.com/rx/2298/sql_server_2005_easily_grant_select_all_tables_views/comment-page-1/#comment-25548</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Mon, 01 Dec 2008 01:57:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-25548</guid>
		<description>Very helpful! Thanks!</description>
		<content:encoded><![CDATA[<p>Very helpful! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.164 seconds using memcached
Object Caching 418/426 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 08:30:25 -->
