<?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 : Error 15023: User already exists in current database.</title>
	<atom:link href="http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rem</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-56737</link>
		<dc:creator>Rem</dc:creator>
		<pubDate>Thu, 15 Oct 2009 19:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-56737</guid>
		<description>Hi,

I am trying to create a new login like this:

CREATE LOGIN [AAA\Sales] FROM WINDOWS WITH DEFAULT_DATABASE=[SalesINt], DEFAULT_LANGUAGE=[us_english]

and I am getting this error:

The server principal &#039;AAA\Sales&#039; already exists.

This login doesn&#039;t currently exist. AAA\Sales is a active directory distribution group. When I try to do the same thing on a different server, it works.

How I can create this user on my production sql server?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to create a new login like this:</p>
<p>CREATE LOGIN [AAA\Sales] FROM WINDOWS WITH DEFAULT_DATABASE=[SalesINt], DEFAULT_LANGUAGE=[us_english]</p>
<p>and I am getting this error:</p>
<p>The server principal &#8216;AAA\Sales&#8217; already exists.</p>
<p>This login doesn&#8217;t currently exist. AAA\Sales is a active directory distribution group. When I try to do the same thing on a different server, it works.</p>
<p>How I can create this user on my production sql server?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-53836</link>
		<dc:creator>Mohammed</dc:creator>
		<pubDate>Sun, 19 Jul 2009 12:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-53836</guid>
		<description>Thanks a lot,
very helpful , i have resolved problem</description>
		<content:encoded><![CDATA[<p>Thanks a lot,<br />
very helpful , i have resolved problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Just1</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-53467</link>
		<dc:creator>Just1</dc:creator>
		<pubDate>Sat, 04 Jul 2009 18:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-53467</guid>
		<description>Thanks so much,

EXEC sp_change_users_login &#039;Auto_Fix&#039;, &#039;ColdFusion&#039;, NULL, &#039;cf&#039; save me a lot of time.</description>
		<content:encoded><![CDATA[<p>Thanks so much,</p>
<p>EXEC sp_change_users_login &#8216;Auto_Fix&#8217;, &#8216;ColdFusion&#8217;, NULL, &#8216;cf&#8217; save me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lokesh</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-52915</link>
		<dc:creator>lokesh</dc:creator>
		<pubDate>Wed, 10 Jun 2009 19:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-52915</guid>
		<description>thanks! this saved me a lot of time.</description>
		<content:encoded><![CDATA[<p>thanks! this saved me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-52515</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 28 May 2009 13:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-52515</guid>
		<description>Cheers worked prefect!</description>
		<content:encoded><![CDATA[<p>Cheers worked prefect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-52361</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Mon, 25 May 2009 10:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-52361</guid>
		<description>Thanks - a life saver in a pinch :)</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; a life saver in a pinch :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ryan</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-51155</link>
		<dc:creator>James Ryan</dc:creator>
		<pubDate>Tue, 21 Apr 2009 09:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-51155</guid>
		<description>Thanks a mil
That was bugging me for ages
Cheers</description>
		<content:encoded><![CDATA[<p>Thanks a mil<br />
That was bugging me for ages<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thato</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-49549</link>
		<dc:creator>thato</dc:creator>
		<pubDate>Fri, 20 Mar 2009 08:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-49549</guid>
		<description>Thanks a lot. You never disappoint</description>
		<content:encoded><![CDATA[<p>Thanks a lot. You never disappoint</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olifantje</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-46569</link>
		<dc:creator>Olifantje</dc:creator>
		<pubDate>Wed, 11 Feb 2009 13:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-46569</guid>
		<description>Thanks for the solution! Another hurdle taken ...

Greetz</description>
		<content:encoded><![CDATA[<p>Thanks for the solution! Another hurdle taken &#8230;</p>
<p>Greetz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KCM</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-46532</link>
		<dc:creator>KCM</dc:creator>
		<pubDate>Tue, 10 Feb 2009 16:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-46532</guid>
		<description>Works!!!! had to make sure I was running this in the correct Qry window under the correct DB (hehhehe) but after that it worked great!  Thanks!</description>
		<content:encoded><![CDATA[<p>Works!!!! had to make sure I was running this in the correct Qry window under the correct DB (hehhehe) but after that it worked great!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indo</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-46112</link>
		<dc:creator>Indo</dc:creator>
		<pubDate>Thu, 29 Jan 2009 01:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-46112</guid>
		<description>simply great. So neatly explained for a beginner like me.
Hats off.</description>
		<content:encoded><![CDATA[<p>simply great. So neatly explained for a beginner like me.<br />
Hats off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushisean</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-45927</link>
		<dc:creator>Sushisean</dc:creator>
		<pubDate>Fri, 23 Jan 2009 07:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-45927</guid>
		<description>You are the MAN this really helped me out!</description>
		<content:encoded><![CDATA[<p>You are the MAN this really helped me out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Traced1</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-45499</link>
		<dc:creator>Traced1</dc:creator>
		<pubDate>Fri, 09 Jan 2009 16:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-45499</guid>
		<description>The T-SQL is strong in this one!

You were my first stop, fixed immediately.

/dance /train</description>
		<content:encoded><![CDATA[<p>The T-SQL is strong in this one!</p>
<p>You were my first stop, fixed immediately.</p>
<p>/dance /train</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gkw</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-45431</link>
		<dc:creator>gkw</dc:creator>
		<pubDate>Wed, 07 Jan 2009 12:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-45431</guid>
		<description>Help me fix the problem.  Thanks!!!!!!</description>
		<content:encoded><![CDATA[<p>Help me fix the problem.  Thanks!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aldo</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-45410</link>
		<dc:creator>Aldo</dc:creator>
		<pubDate>Tue, 06 Jan 2009 18:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-45410</guid>
		<description>Great!
After HOURS wasted in the so-called-microsoft-help, i saw the light.
Clear, quick, and straight to the point.

Inb one thing M$ is great: making money. But nothing else.</description>
		<content:encoded><![CDATA[<p>Great!<br />
After HOURS wasted in the so-called-microsoft-help, i saw the light.<br />
Clear, quick, and straight to the point.</p>
<p>Inb one thing M$ is great: making money. But nothing else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-45152</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 29 Dec 2008 07:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-45152</guid>
		<description>Your post helped me a lot! Thanks!</description>
		<content:encoded><![CDATA[<p>Your post helped me a lot! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moges</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-44942</link>
		<dc:creator>Moges</dc:creator>
		<pubDate>Fri, 19 Dec 2008 16:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-44942</guid>
		<description>Thank you for putting different options to solve the problem. sp_change_users_login &#039;Auto_Fix&#039; .. worked for me.</description>
		<content:encoded><![CDATA[<p>Thank you for putting different options to solve the problem. sp_change_users_login &#8216;Auto_Fix&#8217; .. worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-44058</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Wed, 05 Nov 2008 10:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-44058</guid>
		<description>Great,

I think the difference between your solution and other peoples is that you give us clear answers...

thnks mate..</description>
		<content:encoded><![CDATA[<p>Great,</p>
<p>I think the difference between your solution and other peoples is that you give us clear answers&#8230;</p>
<p>thnks mate..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-43698</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 15 Oct 2008 01:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-43698</guid>
		<description>Great thanks</description>
		<content:encoded><![CDATA[<p>Great thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.sqlauthority.com/2007/02/15/sql-server-fix-error-15023-user-already-exists-in-current-database/#comment-43681</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 13 Oct 2008 23:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=33#comment-43681</guid>
		<description>Excellent !

Your forum does the trick.

Thanks a lot....</description>
		<content:encoded><![CDATA[<p>Excellent !</p>
<p>Your forum does the trick.</p>
<p>Thanks a lot&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
