all groups > sql server msde > january 2005 >
You're in the

sql server msde

group:

Migrate MSDE 2000 to SQL 2000


Migrate MSDE 2000 to SQL 2000 SQL_Newbie
1/26/2005 6:37:17 PM
sql server msde:
I would like to know how I can move current MSDE 2000
database to SQL 2000 database. I want to put all
databases on my 1 SQL server.

Re: Migrate MSDE 2000 to SQL 2000 Jim Young
1/26/2005 10:39:44 PM
The simplist way to do this is to backup and restore the databases to your
new server. You will then need to add any SQL Server logins to your new
server that are users in your databases. Then run sp_change_users_login (see
BOL) to synch the database users with the logins.

Jim

[quoted text, click to view]

AddThis Social Bookmark Button