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 |
|
infodemers
Posting Yak Master
183 Posts |
Posted - 2008-07-23 : 06:32:59
|
Hi,Would you know the best automated way to transfer the data from a table on a SQL server to another SQL server table?Thanks again for any help!  |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-07-23 : 06:34:59
|
Sinve you write automated, I assume you want this done on a regular basis?Give me an "J"!Give me an "O"!Give me an "B"!What is that?"JOB"! E 12°55'05.25"N 56°04'39.16" |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-23 : 06:38:15
|
| Some options:-1.DTS/SSMS export import task2.OPENROWSET3.BULK INSERT...refer below for more detailshttp://msdn.microsoft.com/en-us/library/ms190923.aspx |
 |
|
|
infodemers
Posting Yak Master
183 Posts |
Posted - 2008-07-23 : 06:46:18
|
| That was fast...Thanks for the link, this is helpfull!Have a good day! |
 |
|
|
|
|
|