![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How to use bpc to transfer data between databases on SQL server? Thnaks. -Tom |
#3
| |||
| |||
|
|
How to use bpc to transfer data between databases on SQL server? Thnaks. -Tom |
#4
| |||
| |||
|
|
Hi, 1. BCP OUT the data to a test file from ServerA 2. BCP IN The data to table from Text file to ServerB. Sample format BCP dbname..tablename OUT c:\data\tablename.txt -Sserver -Uuser -Ppassword -c -t "," BCP dbname..tablename IN c:\data\tablename.txt -Sserver -Uuser -Ppassword -c -t "," Please remove the Indexes in tables in ServerB , so as BCP IN will be much faster. AFter the load you can recreate the indexes. Use -b option (batch size ) in BCP incase the data volume is huge. Thanks Hari MCDBA "Tom Torain" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:10fda01c3f4a9$a67f0b20$a001280a (AT) phx (DOT) gbl... How to use bpc to transfer data between databases on SQL server? Thnaks. -Tom |
![]() |
| Thread Tools | |
| Display Modes | |
| |