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 |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-03-23 : 08:19:46
|
ramkumar writes "Dear Sir.,How To copy the entair table from one Sqlserver Database to another by using sqlquries?" |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-03-23 : 08:31:51
|
Make use of Linked servers, OpenRowset, OpenDatasource or DTSRead them in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2006-03-23 : 09:17:14
|
Or use DTS, create 2 connections and use a datapump task.. |
 |
|
|
|
|