<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://interactiveasp.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>User already exists in current database SQL Server 2005 Error 15023</title><link>http://interactiveasp.net/blogs/natesstuff/archive/2008/01/14/user-already-exists-in-current-database-sql-server-2005-error-15023.aspx</link><description>I posted a blog entry a while back about how to change the owner of a database. What that still does not solve is the problem you have when there is a database user in the database you restored and there is a database user already in your system, each</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>re: User already exists in current database SQL Server 2005 Error 15023</title><link>http://interactiveasp.net/blogs/natesstuff/archive/2008/01/14/user-already-exists-in-current-database-sql-server-2005-error-15023.aspx#1219</link><pubDate>Fri, 31 Jul 2009 22:06:57 GMT</pubDate><guid isPermaLink="false">b80005ef-4071-4968-b08e-765d7d71b33e:1219</guid><dc:creator>scripter</dc:creator><description>&lt;p&gt;gr8 post, solved my problem with a preexisting login name. Thx a lot.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://interactiveasp.net/aggbug.aspx?PostID=1219" width="1" height="1"&gt;</description></item><item><title>re: User already exists in current database SQL Server 2005 Error 15023</title><link>http://interactiveasp.net/blogs/natesstuff/archive/2008/01/14/user-already-exists-in-current-database-sql-server-2005-error-15023.aspx#377</link><pubDate>Wed, 14 Jan 2009 10:22:01 GMT</pubDate><guid isPermaLink="false">b80005ef-4071-4968-b08e-765d7d71b33e:377</guid><dc:creator>Sham</dc:creator><description>&lt;p&gt;Good blog.Thnx a lot&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://interactiveasp.net/aggbug.aspx?PostID=377" width="1" height="1"&gt;</description></item><item><title>re: User already exists in current database SQL Server 2005 Error 15023</title><link>http://interactiveasp.net/blogs/natesstuff/archive/2008/01/14/user-already-exists-in-current-database-sql-server-2005-error-15023.aspx#125</link><pubDate>Tue, 28 Oct 2008 13:42:55 GMT</pubDate><guid isPermaLink="false">b80005ef-4071-4968-b08e-765d7d71b33e:125</guid><dc:creator>Chris Luebbe</dc:creator><description>&lt;p&gt;Thank you!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://interactiveasp.net/aggbug.aspx?PostID=125" width="1" height="1"&gt;</description></item><item><title>re: User already exists in current database SQL Server 2005 Error 15023</title><link>http://interactiveasp.net/blogs/natesstuff/archive/2008/01/14/user-already-exists-in-current-database-sql-server-2005-error-15023.aspx#17</link><pubDate>Wed, 23 Apr 2008 07:11:27 GMT</pubDate><guid isPermaLink="false">b80005ef-4071-4968-b08e-765d7d71b33e:17</guid><dc:creator>Kipp</dc:creator><description>&lt;p&gt;The important distinction is that if you already have a user by the same name then you need to use: EXEC sp_change_users_login &amp;#39;update_one&amp;#39;, &amp;#39;WebUser&amp;#39;, &amp;#39;WebUser&amp;#39;; &amp;nbsp;If you do not have a user by that name already in that database, you need to use: EXEC sp_change_users_login &amp;#39;Auto_Fix&amp;#39;, &amp;#39;WebUser&amp;#39;, NULL, &amp;#39;MyWebUserPassword&amp;#39;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://interactiveasp.net/aggbug.aspx?PostID=17" width="1" height="1"&gt;</description></item></channel></rss>