July 8, 2008 at 5:09 pm
What is the best way to export logins from sql-2000 and import them in to sql 2005.
I have tried to bcp master..dbo.sysusers out logins.bcp -E and it does not work.
i have also tried exec xp_cmdshell 'bcp syslogins out Logins.txt -N -U"user" -P"password"'
i get this error
CTLIB Message: - L6/O8/S5/N3/5/0:
ct_connect(): directory service layer: internal directory control layer error: Requested server name not found.
Establishing connection failed.
NULL
Regards
Terry
July 8, 2008 at 8:55 pm
Have you tried the instructions at http://support.microsoft.com/kb/246133?
In essence, you'll create the two procedures in this article then execute sp_help_revlogin_2000_to_2005 and it will export the list of logins w/ sids to run on the new server.
Kyle
July 8, 2008 at 11:26 pm
cheers that worked
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy