dbTalk Databases Forums  

how to move data/objects faster with DTS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss how to move data/objects faster with DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Hassan
 
Posts: n/a

Default how to move data/objects faster with DTS - 07-25-2005 , 10:17 PM






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



Reply With Quote
  #2  
Old   
Yogish
 
Posts: n/a

Default RE: how to move data/objects faster with DTS - 07-25-2005 , 11:16 PM






Hi Hassan,

You can turn off the logging, by selecting simple recovery mode, till you
finish copying. Also you can think of disabling the index on the destination
table, while moving the data.

--
- - - - - - - - -
Thanks
Yogish



"Hassan" wrote:

Quote:
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




Reply With Quote
  #3  
Old   
Yogish
 
Posts: n/a

Default RE: how to move data/objects faster with DTS - 07-25-2005 , 11:21 PM



Also refer the following article for more details
http://www.mssqlcity.com/Tips/bulk_c...timization.htm

--
- - - - - - - - -
Thanks
Yogish



"Hassan" wrote:

Quote:
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




Reply With Quote
  #4  
Old   
Hari Prasad
 
Posts: n/a

Default Re: how to move data/objects faster with DTS - 07-26-2005 , 01:06 AM



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

Quote:
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





Reply With Quote
  #5  
Old   
Hassan
 
Posts: n/a

Default Re: how to move data/objects faster with DTS - 07-26-2005 , 02:11 AM



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

Quote:
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







Reply With Quote
  #6  
Old   
Yogish
 
Posts: n/a

Default Re: how to move data/objects faster with DTS - 07-26-2005 , 03:14 AM



What he probably meant was, BCP OUT to a file and then use BULK INSERT to a
target table.

--
- - - - - - - - -
Thanks
Yogish



"Hassan" wrote:

Quote:
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








Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.