March 11, 2004 at 3:44 am
Hi - I'm upgrading a server from 6.5 to 2000 and want to generate a script (or DTS) to bring the users across with their passwords intact. Any ideas?
March 11, 2004 at 9:21 am
http://support.microsoft.com/default.aspx?kbid=246133
Not sure if this will work with 6.5. I am guessing that it will. I have used this process from Microsoft many of times when migrating. I prefer to script everything out.
"Keep Your Stick On the Ice" ..Red Green
March 11, 2004 at 10:02 am
Thanks Jeff - I've tried it and due to Different Schema etc it's not working. It's a day of typing for my I fear
March 11, 2004 at 4:48 pm
Have you though of the old fashion bcp. It's been a while since I do 6.5 to 2000, but I am sure that's what I did. sql 6.5 use syslogins, but sql 2000 has a table call sysxlogins, they are the same but the name is different. In sql 2000 there is a view call syslogins that pull data from sysxlogins.
mom
March 12, 2004 at 3:37 am
Password is Binary in 2000 - Varchar in 6.5
March 12, 2004 at 9:08 am
create a dummy-db and transfert it to your SQL2k with the copy database wizard. It gives the possibility to migrate userid's.
dont just do it from the prod-db, because it performs a detatch-db !
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply