Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 moving tables between 2 sql servers

Author  Topic 

samsun125
Yak Posting Veteran

63 Posts

Posted - 2009-02-27 : 04:05:44
I want to move tables,stored procedures and DTS packages from one sql server to other sql server.Both servers have sql server2000.Tell me the steps to follow.


Please help me.

Thanks in Advance.

shaggy
Posting Yak Master

248 Posts

Posted - 2009-02-27 : 04:15:38
Backup and restore
Go to Top of Page

shaggy
Posting Yak Master

248 Posts

Posted - 2009-02-27 : 04:18:53
In enterprise manager there is a option for script sps and table structure
port it in new server
using linked server/open query instert the data from old to new
Go to Top of Page

samsun125
Yak Posting Veteran

63 Posts

Posted - 2009-02-27 : 04:25:54
Can you just explain step by step to do the task.

quote:
Originally posted by shaggy

In enterprise manager there is a option for script sps and table structure
port it in new server
using linked server/open query instert the data from old to new

Go to Top of Page

bklr
Master Smack Fu Yak Hacker

1693 Posts

Posted - 2009-02-27 : 05:16:36
taking scripts for tables,sp's
it is better to have a backfile and restore it on new database
then u can get the tables& sp's

as shaggy first suggested
Go to Top of Page

xaviergdts
Starting Member

1 Post

Posted - 2009-02-28 : 13:10:04
You could use "Copy Server Objects Task Tool" From a DTS


Visit My Blog:
http://sql-2000-server.blogspot.com/


FXG
MCAD
MCP
Go to Top of Page
   

- Advertisement -