We currently have a production box running Windows NT server with SQL 7.0.
We also have the migration box running Server 2003 Std. and SQL 2000. How
can we migrate the data from the old server to the new server, making sure we
keep all information like usernames, passwords, etc.?
Keith Kratochvil - 28 Sep 2005 19:48 GMT
BACKUP and RESTORE
or
sp_detach_db and sp_attach_db
are the easy way to move your databases.
You will find this KB article very helpful in moving your users
HOW TO: Transfer Logins and Passwords Between Instances of SQL Server
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q246133

Signature
Keith
> We currently have a production box running Windows NT server with SQL 7.0.
> We also have the migration box running Server 2003 Std. and SQL 2000. How
> can we migrate the data from the old server to the new server, making sure
> we
> keep all information like usernames, passwords, etc.?
Hari Prasad - 28 Sep 2005 20:08 GMT
Hi,
See the below URL:- This articles details the clear method to upgrade.
http://www.sqlteam.com/item.asp?ItemID=9066
Thanks
Hari
SQL Server MVP
> We currently have a production box running Windows NT server with SQL 7.0.
> We also have the migration box running Server 2003 Std. and SQL 2000. How
> can we migrate the data from the old server to the new server, making sure
> we
> keep all information like usernames, passwords, etc.?