<?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; Fix : Msg 15151, Level 16, State 1, Line 3 Cannot drop the login &#8216;test&#8217;, because it does not exist or you do not have permission</title>
	<atom:link href="http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sat, 25 May 2013 01:31:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Bonuses</title>
		<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/#comment-418263</link>
		<dc:creator><![CDATA[Bonuses]]></dc:creator>
		<pubDate>Tue, 05 Feb 2013 21:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1854#comment-418263</guid>
		<description><![CDATA[Right here is the perfect blog for anybody 
who really wants to find out about this topic. You realize a whole lot 
its almost tough to argue with you (not that I personally will 
need to…HaHa). You certainly put a new spin on a topic that has been 
discussed for years. Great stuff, just great!]]></description>
		<content:encoded><![CDATA[<p>Right here is the perfect blog for anybody<br />
who really wants to find out about this topic. You realize a whole lot<br />
its almost tough to argue with you (not that I personally will<br />
need to…HaHa). You certainly put a new spin on a topic that has been<br />
discussed for years. Great stuff, just great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #009 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/#comment-400675</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #009 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 29 Dec 2012 01:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1854#comment-400675</guid>
		<description><![CDATA[[...] Fix : Msg 15151, Level 16, State 1, Line 3 Cannot drop the login ‘test’, because it does not exi... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Fix : Msg 15151, Level 16, State 1, Line 3 Cannot drop the login ‘test’, because it does not exi&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saeed</title>
		<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/#comment-246485</link>
		<dc:creator><![CDATA[saeed]]></dc:creator>
		<pubDate>Wed, 01 Feb 2012 07:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1854#comment-246485</guid>
		<description><![CDATA[Dear Pinal,
Thanks for your sharing ,
Msg 15434, Level 16, State 1, Line 3
Could not drop login ‘test’ as the user is currently logged in.
in this error that you&#039;ve mentioned above, I share this solution :
1.
select * from sys.dm_exec_sessions WHERE login_name = &#039;test&#039;
2.
KILL session_id 
3.
DROP LOGIN [Test]

Sincerely yours,
Saeed]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal,<br />
Thanks for your sharing ,<br />
Msg 15434, Level 16, State 1, Line 3<br />
Could not drop login ‘test’ as the user is currently logged in.<br />
in this error that you&#8217;ve mentioned above, I share this solution :<br />
1.<br />
select * from sys.dm_exec_sessions WHERE login_name = &#8216;test&#8217;<br />
2.<br />
KILL session_id<br />
3.<br />
DROP LOGIN [Test]</p>
<p>Sincerely yours,<br />
Saeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: price</title>
		<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/#comment-157479</link>
		<dc:creator><![CDATA[price]]></dc:creator>
		<pubDate>Mon, 15 Aug 2011 18:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1854#comment-157479</guid>
		<description><![CDATA[Awesome, again as always, thank you very much. This was more helpful than you know!]]></description>
		<content:encoded><![CDATA[<p>Awesome, again as always, thank you very much. This was more helpful than you know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/#comment-68606</link>
		<dc:creator><![CDATA[Rajesh]]></dc:creator>
		<pubDate>Mon, 03 May 2010 13:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1854#comment-68606</guid>
		<description><![CDATA[Good man, thnx for your sharing. cheers]]></description>
		<content:encoded><![CDATA[<p>Good man, thnx for your sharing. cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcdave</title>
		<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/#comment-60306</link>
		<dc:creator><![CDATA[mcdave]]></dc:creator>
		<pubDate>Thu, 28 Jan 2010 04:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1854#comment-60306</guid>
		<description><![CDATA[had the same problem.  can&#039;t seem to find a solution to it though. the phantom user is still logged on!  It&#039;s definitely another SQL2008 bug!]]></description>
		<content:encoded><![CDATA[<p>had the same problem.  can&#8217;t seem to find a solution to it though. the phantom user is still logged on!  It&#8217;s definitely another SQL2008 bug!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saber</title>
		<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/#comment-59351</link>
		<dc:creator><![CDATA[Saber]]></dc:creator>
		<pubDate>Tue, 05 Jan 2010 04:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1854#comment-59351</guid>
		<description><![CDATA[Hey there,

That was very much helpful for me! Thank you a lot!]]></description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>That was very much helpful for me! Thank you a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASHOK</title>
		<link>http://blog.sqlauthority.com/2008/12/28/sql-server-fix-msg-15151-level-16-state-1-line-3-cannot-drop-the-login-test-because-it-does-not-exist-or-you-do-not-have-permission/#comment-45452</link>
		<dc:creator><![CDATA[ASHOK]]></dc:creator>
		<pubDate>Thu, 08 Jan 2009 05:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1854#comment-45452</guid>
		<description><![CDATA[Thanks]]></description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
