March 3, 2011 at 12:05 pm
Hi, I have transferred logins from one SQL server 2000 to other SQL 2000 using the REV_LOGIN script provided by the Microsoft. everything went good ,but when i checked the login properties in the new server i found the default database as MASTER where in the previous server it is different. how to change this Default database name same as it is in primary server. I can't do manually because i got more than 1500 logins.
please help me out.....
thanks in advance.
March 3, 2011 at 12:34 pm
why cant you just use find and replace in a text editor or SSMS before you run the command? there cannot be that many defaults you have to change; just change default=SandBox to default=master or whatever?
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply