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