<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Server Management Studio - Limiting views on shared servers</title><link>http://weblogs.asp.net/hosterposter/archive/2006/04/17/SQL-Server-Management-Studio-_2D00_-Limiting-views-on-shared-servers.aspx</link><description>Shared servers usually have many databases belonging to different customers, and MS SQL Server Management Studio (SSMS) will display all those databases when used by a valid login to connect to SQL Server 2005. If you seek to change that default behavior</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: SQL Server Management Studio - Limiting views on shared servers</title><link>http://weblogs.asp.net/hosterposter/archive/2006/04/17/SQL-Server-Management-Studio-_2D00_-Limiting-views-on-shared-servers.aspx#2845868</link><pubDate>Sun, 17 Jun 2007 13:02:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2845868</guid><dc:creator>Michael</dc:creator><author>Michael</author><description>&lt;p&gt;Grant View any database to public&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2845868" width="1" height="1"&gt;</description></item><item><title>re: SQL Server Management Studio - Limiting views on shared servers</title><link>http://weblogs.asp.net/hosterposter/archive/2006/04/17/SQL-Server-Management-Studio-_2D00_-Limiting-views-on-shared-servers.aspx#2520142</link><pubDate>Tue, 08 May 2007 07:15:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2520142</guid><dc:creator>sam</dc:creator><author>sam</author><description>&lt;p&gt; used the following command on our shared sql server &lt;/p&gt;
&lt;p&gt;use master&lt;/p&gt;
&lt;p&gt;Revoke View any database from public&lt;/p&gt;
&lt;p&gt;After that we are not able to see our database from the client PC so can we revert back this command to as it is or any command which change dbo permission on the database because we don;t want use following command manully for all database&lt;/p&gt;
&lt;p&gt; EXEC sp_changedbowner&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2520142" width="1" height="1"&gt;</description></item><item><title>re: SQL Server Management Studio - Limiting views on shared servers</title><link>http://weblogs.asp.net/hosterposter/archive/2006/04/17/SQL-Server-Management-Studio-_2D00_-Limiting-views-on-shared-servers.aspx#588763</link><pubDate>Wed, 27 Sep 2006 17:41:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:588763</guid><dc:creator>HosterPoster</dc:creator><author>HosterPoster</author><description>&lt;p&gt;This is a good question and we are checking it out...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=588763" width="1" height="1"&gt;</description></item><item><title>Very nice blog entry!</title><link>http://weblogs.asp.net/hosterposter/archive/2006/04/17/SQL-Server-Management-Studio-_2D00_-Limiting-views-on-shared-servers.aspx#443526</link><pubDate>Fri, 21 Apr 2006 09:06:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:443526</guid><dc:creator>Mathew Ford</dc:creator><author>Mathew Ford</author><description>Wow...great info on locking this down!  Thanks for that.&lt;br&gt;Is there any way to give a server login the ability to see multiple databases if they aren't technically the owner of the database (but part of the dbo role for example)?  It seems that this &amp;quot;fix&amp;quot; would prevent access to any other database from SSMS, even if the user had permissions in it.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=443526" width="1" height="1"&gt;</description></item></channel></rss>