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.
| 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,exportif other objectsbackup then restore--------------------keeping it simple... |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-03-01 : 03:03:39
|
| Use Import/Export wizard from Enterprise ManagerMadhivananFailing to plan is Planning to fail |
 |
|
|
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 |
 |
|
|
|
|
|