Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Login Script

Author  Topic 

nomadsoul
Yak Posting Veteran

89 Posts

Posted - 2006-12-10 : 17:25:08
Hi everyone,
I'm trying to move myDB along with it's new logins to a new server and I found this script:

http://www.databasejournal.com/img/sp_help_revlogin.sql

that lets you do that.

I'm just not sure what I'm to change or if I should change anything, detach the db before running the script or after? etc..
Seems alot of these articles leave out details that are important to newer users like me.

thanks in advance


It is better to be prepared and not have an opportunity than to not be prepared and have an opportunity

itsonlyme4
Posting Yak Master

109 Posts

Posted - 2006-12-11 : 14:40:30
this article explains the process in a little more depth

http://support.microsoft.com/kb/246133

holler if you have more questions
Go to Top of Page

nomadsoul
Yak Posting Veteran

89 Posts

Posted - 2006-12-12 : 17:10:38
I'm hollerin yall,
I tried the script and got an error that it didn't know where or what master..sysxlogins (don't remember exactly)
Ok where do I insert my own object names etc..
It looks like anice script and I'd love to live it and learn it.


It is better to be prepared and not have an opportunity than to not be prepared and have an opportunity
Go to Top of Page
   

- Advertisement -