![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is it faster to move data between 2 tables using DTS or more of an insert newtable> select * from <table I would like to use DTS but it appears very slow. Is there any setting to make it faster ? Using the generic wizard to export data |
#3
| |||
| |||
|
|
Is it faster to move data between 2 tables using DTS or more of an insert newtable> select * from <table I would like to use DTS but it appears very slow. Is there any setting to make it faster ? Using the generic wizard to export data |
#4
| |||
| |||
|
|
Is it faster to move data between 2 tables using DTS or more of an insert newtable> select * from <table I would like to use DTS but it appears very slow. Is there any setting to make it faster ? Using the generic wizard to export data |
#5
| |||
| |||
|
|
Hi, Use the BULK INSERT task in DTS package. Bulk insert is faster. Thanks Hari SQL Server MVP "Hassan" <fatima_ja (AT) hotmail (DOT) com> wrote in message news:esYPJCZkFHA.1372 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Is it faster to move data between 2 tables using DTS or more of an insert newtable> select * from <table I would like to use DTS but it appears very slow. Is there any setting to make it faster ? Using the generic wizard to export data |
#6
| |||
| |||
|
|
isnt Bulk insert sources data from a file into SQL ? My source and destination is SQL Server tables and are local too. "Hari Prasad" <hari_prasad_k (AT) hotmail (DOT) com> wrote in message news:%23Mf4ThakFHA.3288 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Hi, Use the BULK INSERT task in DTS package. Bulk insert is faster. Thanks Hari SQL Server MVP "Hassan" <fatima_ja (AT) hotmail (DOT) com> wrote in message news:esYPJCZkFHA.1372 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Is it faster to move data between 2 tables using DTS or more of an insert newtable> select * from <table I would like to use DTS but it appears very slow. Is there any setting to make it faster ? Using the generic wizard to export data |
![]() |
| Thread Tools | |
| Display Modes | |
| |