all groups > sql server (alternate) > march 2007 >
You're in the

sql server (alternate)

group:

Restoring backup from SQL 2000 to SQL 2005 but login name is missing


Restoring backup from SQL 2000 to SQL 2005 but login name is missing Gerd
3/28/2007 11:25:58 PM
sql server (alternate):
Hi all,

I'm having a problem restoring backup from 2000 to 2005. The actual
restore process went ok. However, the database user of the restored
database is missing a Login Name. I've made sure that the Login Name
is created in 2005. Also tried deleting the user, but couldn't the
user is db owner. Is there any way that I can assign a Login Name for
this database user or maybe drop this user and assign another one?

Regards,
Gerd
Re: Restoring backup from SQL 2000 to SQL 2005 but login name is missing kb
3/29/2007 9:05:47 AM
[quoted text, click to view]

use system stored procedure:

sp_change_users_login

--
Tom
http://kbupdate.info/

Re: Restoring backup from SQL 2000 to SQL 2005 but login name is missing kb
3/29/2007 9:08:41 AM
[quoted text, click to view]

here is online documentation:

SQL Server 2005 Books Online > sp_change_users_login:
http://msdn2.microsoft.com/en-us/library/ms174378.aspx


--
Tom
http://kbupdate.info/

AddThis Social Bookmark Button