<?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; Disable Guest Account &#8211; Serious Security Issue</title>
	<atom:link href="http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/</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; #017 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-426038</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #017 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 01:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-426038</guid>
		<description><![CDATA[[...] Disable Guest Account – Serious Security Issue I welcome guests as much as any other Indian does; however, I am strongly opinionated about guest users in SQL Server. I like to keep it disabled unless there is a special need of it. If there is some persistent need of a guest user, I suggest to create a separate account. Again, there are always special cases where there is a need of this guest account. But in other cases, a guest account is not necessary. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Disable Guest Account – Serious Security Issue I welcome guests as much as any other Indian does; however, I am strongly opinionated about guest users in SQL Server. I like to keep it disabled unless there is a special need of it. If there is some persistent need of a guest user, I suggest to create a separate account. Again, there are always special cases where there is a need of this guest account. But in other cases, a guest account is not necessary. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K Srinivasa Rao</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-415212</link>
		<dc:creator><![CDATA[K Srinivasa Rao]]></dc:creator>
		<pubDate>Wed, 30 Jan 2013 11:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-415212</guid>
		<description><![CDATA[Hi Pinal,

Could we disable the guest connect permission to distribution database (System database)?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Could we disable the guest connect permission to distribution database (System database)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajnish</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-341670</link>
		<dc:creator><![CDATA[Rajnish]]></dc:creator>
		<pubDate>Fri, 07 Sep 2012 05:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-341670</guid>
		<description><![CDATA[Hi Pinal,
Can we move forward to diasble the guest access from distribution database (Sysytem db)as this is violation of company standard.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Can we move forward to diasble the guest access from distribution database (Sysytem db)as this is violation of company standard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uday</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-263115</link>
		<dc:creator><![CDATA[uday]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 02:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-263115</guid>
		<description><![CDATA[Hi Pinal,

My bad I didn&#039;t complete reading the article..now I got the answer. and anyways  thanks for the interesting blog.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>My bad I didn&#8217;t complete reading the article..now I got the answer. and anyways  thanks for the interesting blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uday</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-263112</link>
		<dc:creator><![CDATA[uday]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 02:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-263112</guid>
		<description><![CDATA[Hi Pinal,

The blog is really exciting...well after reading this I&#039;ve tried at my personal  laptop and evrything is working fine but now I cant revoke the access to guest with the command &#039;&#039;REVOKE CONNECT FROM GUEST&#039;&#039;

and it is throwing the error

Msg 15182, Level 16, State 1, Line 1
Cannot disable access to the guest user in master or tempdb.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>The blog is really exciting&#8230;well after reading this I&#8217;ve tried at my personal  laptop and evrything is working fine but now I cant revoke the access to guest with the command &#8221;REVOKE CONNECT FROM GUEST&#8221;</p>
<p>and it is throwing the error</p>
<p>Msg 15182, Level 16, State 1, Line 1<br />
Cannot disable access to the guest user in master or tempdb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Govind</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-257160</link>
		<dc:creator><![CDATA[Govind]]></dc:creator>
		<pubDate>Mon, 27 Feb 2012 08:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-257160</guid>
		<description><![CDATA[Hi Pinal,
  Sorry to write you on this thread!! But I m feeling a big issue, when I run a Data Processing SP through SSMS it takes about a min. but the same SP when run through the Job, it takes around an hour.
 I googled but did not get any solution.. Plz help me..
Thanks &amp; Regards
Govind]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
  Sorry to write you on this thread!! But I m feeling a big issue, when I run a Data Processing SP through SSMS it takes about a min. but the same SP when run through the Job, it takes around an hour.<br />
 I googled but did not get any solution.. Plz help me..<br />
Thanks &amp; Regards<br />
Govind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Identifying guest User using Policy Based Management &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-257067</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Identifying guest User using Policy Based Management &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Mon, 27 Feb 2012 01:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-257067</guid>
		<description><![CDATA[[...] SQL SERVER – Disable Guest Account – Serious Security Issue [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Disable Guest Account – Serious Security Issue [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; guest User and MSDB Database &#8211; Enable guest User on MSDB Database &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-256045</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; guest User and MSDB Database &#8211; Enable guest User on MSDB Database &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Fri, 24 Feb 2012 01:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-256045</guid>
		<description><![CDATA[[...] SQL SERVER – Disable Guest Account – Serious Security Issue [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Disable Guest Account – Serious Security Issue [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Detecting guest User Permissions &#8211; guest User Access Status &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-255459</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Detecting guest User Permissions &#8211; guest User Access Status &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Thu, 23 Feb 2012 01:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-255459</guid>
		<description><![CDATA[[...] I wrote the blog post SQL SERVER – Disable Guest Account – Serious Security Issue, and I got many comments asking questions related to the guest [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I wrote the blog post SQL SERVER – Disable Guest Account – Serious Security Issue, and I got many comments asking questions related to the guest [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simran Jindal</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254926</link>
		<dc:creator><![CDATA[Simran Jindal]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 17:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254926</guid>
		<description><![CDATA[Satish,

If you go to Datanase&gt;Security-&gt;Users and see a user/login with a red arrow down, then is a disabled user/login, and a user/login inside a database with an red arrow down is the one that does not have CONNECT rights to the database.

Cheers]]></description>
		<content:encoded><![CDATA[<p>Satish,</p>
<p>If you go to Datanase&gt;Security-&gt;Users and see a user/login with a red arrow down, then is a disabled user/login, and a user/login inside a database with an red arrow down is the one that does not have CONNECT rights to the database.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254719</link>
		<dc:creator><![CDATA[Manoj]]></dc:creator>
		<pubDate>Tue, 21 Feb 2012 05:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254719</guid>
		<description><![CDATA[Thank you Imrah

Manoj]]></description>
		<content:encoded><![CDATA[<p>Thank you Imrah</p>
<p>Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254544</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 18:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254544</guid>
		<description><![CDATA[@Manoj,

1. You can check this information via GUI as well as from Command.
GUI: When disabled, you will see a red down arrow on Guest account in SSMS.
Command: sp_helprotect @username = &#039;guest&#039; will give all permissions guest account has in the database, if it has a grant connect access or Revoke Connect access.

2. Untill SQL Server 2000, this account is by default enabled. Starting SQL Server 2005, this account is by default disabled. But this is not true for all databases, there are two system databases (master and tempdb) in which this account is still Active by default, no matter which version of sql server you are using, This is required by SQL Server.

~ IM.]]></description>
		<content:encoded><![CDATA[<p>@Manoj,</p>
<p>1. You can check this information via GUI as well as from Command.<br />
GUI: When disabled, you will see a red down arrow on Guest account in SSMS.<br />
Command: sp_helprotect @username = &#8216;guest&#8217; will give all permissions guest account has in the database, if it has a grant connect access or Revoke Connect access.</p>
<p>2. Untill SQL Server 2000, this account is by default enabled. Starting SQL Server 2005, this account is by default disabled. But this is not true for all databases, there are two system databases (master and tempdb) in which this account is still Active by default, no matter which version of sql server you are using, This is required by SQL Server.</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254419</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 08:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254419</guid>
		<description><![CDATA[Cos,

You are very accurate my friend.]]></description>
		<content:encoded><![CDATA[<p>Cos,</p>
<p>You are very accurate my friend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathish DV</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254391</link>
		<dc:creator><![CDATA[Sathish DV]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 06:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254391</guid>
		<description><![CDATA[Hi Pinal,

Nice one. 

How to find whether Guest login is enabled or not?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Nice one. </p>
<p>How to find whether Guest login is enabled or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phobosq</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254388</link>
		<dc:creator><![CDATA[phobosq]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 06:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254388</guid>
		<description><![CDATA[Well, my pranks went as far as editing performance numbers in query output after enabling IO STATISTICS, anyway it made an impression.]]></description>
		<content:encoded><![CDATA[<p>Well, my pranks went as far as editing performance numbers in query output after enabling IO STATISTICS, anyway it made an impression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manojmathe</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254360</link>
		<dc:creator><![CDATA[manojmathe]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 05:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254360</guid>
		<description><![CDATA[Hello Pinal

wonderful post
can you add bit more info like

1. How i can see whether the guest user is enabled or disabled ? ( can be by UI or by commands )
2. What is the default case in database , whether guest is enabled by default ?

Manoj]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal</p>
<p>wonderful post<br />
can you add bit more info like</p>
<p>1. How i can see whether the guest user is enabled or disabled ? ( can be by UI or by commands )<br />
2. What is the default case in database , whether guest is enabled by default ?</p>
<p>Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cos</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254349</link>
		<dc:creator><![CDATA[cos]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 04:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254349</guid>
		<description><![CDATA[I think Dave wants to make sure people are reading his blog... and staying alert  :-)]]></description>
		<content:encoded><![CDATA[<p>I think Dave wants to make sure people are reading his blog&#8230; and staying alert  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopalakrishnan Arthanarisamy</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254342</link>
		<dc:creator><![CDATA[Gopalakrishnan Arthanarisamy]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 04:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254342</guid>
		<description><![CDATA[Hi Pinal,

Well explained the scenario and small correction in &quot;Script to disable the guest account&quot;. Script should be like the following,

REVOKE CONNECT FROM GUEST
GO

Gopalakrishnan Arthanarisamy
Unisys, Bangalore.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Well explained the scenario and small correction in &#8220;Script to disable the guest account&#8221;. Script should be like the following,</p>
<p>REVOKE CONNECT FROM GUEST<br />
GO</p>
<p>Gopalakrishnan Arthanarisamy<br />
Unisys, Bangalore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254339</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 04:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254339</guid>
		<description><![CDATA[I think you meant to write &quot;REVOKE CONNECT FROM guest&quot;.]]></description>
		<content:encoded><![CDATA[<p>I think you meant to write &#8220;REVOKE CONNECT FROM guest&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pritam Salvi</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254337</link>
		<dc:creator><![CDATA[Pritam Salvi]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 03:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254337</guid>
		<description><![CDATA[I think to disable guest account in sqlserver revoke is used.

REVOKE CONNECT FROM GUEST]]></description>
		<content:encoded><![CDATA[<p>I think to disable guest account in sqlserver revoke is used.</p>
<p>REVOKE CONNECT FROM GUEST</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cos</title>
		<link>http://blog.sqlauthority.com/2012/02/20/sql-server-disable-guest-account-serious-security-issue/#comment-254333</link>
		<dc:creator><![CDATA[cos]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 03:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=17464#comment-254333</guid>
		<description><![CDATA[(last line)  GRANT CONNECT to guest to disable the guest account?  you mean, revoke from?]]></description>
		<content:encoded><![CDATA[<p>(last line)  GRANT CONNECT to guest to disable the guest account?  you mean, revoke from?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
