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
 copy tables and data

Author  Topic 

eia72
Starting Member

9 Posts

Posted - 2006-03-01 : 02:26:11
how can i copy all table and data to another database

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2006-03-01 : 02:33:09
if only data,
export

if other objects
backup then restore

--------------------
keeping it simple...
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-03-01 : 03:03:39
Use Import/Export wizard from Enterprise Manager

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

Pinto
Aged Yak Warrior

590 Posts

Posted - 2006-03-01 : 05:40:25
I have found that sometimes import throws up error whereas export doesn't, or vice versa - so try either if you have problems
Go to Top of Page
   

- Advertisement -