If you want to move a whole database, you can either backup the database from SQL 2000 and restore to 2005, or detach\reattach.
If you want to be more selective, you can use SQL Enterprise Manager on 2000 to script out the specific stored procedures\triggers to a script file, then execute the script on SQL 2005 using SQL Management Studio.
Jeff.
No comments:
Post a Comment