dbTalk Databases Forums  

disabling indexes on dts

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


Discuss disabling indexes on dts in the microsoft.public.sqlserver.dts forum.



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

Default disabling indexes on dts - 03-22-2006 , 05:22 AM






Hello there

I have huge database that gets at least 10,000,000 on dts action. In the
recived table there are some indexes, constraints, and primary key
clustereds. Do get better performance i: 1. delete all indexes, constraints
and primary key
2. import data
3. bring back the indexes

Is there a way to disable the indexes wile using dts instead of drop and
recreate it?



Reply With Quote
  #2  
Old   
Francesco Anti
 
Posts: n/a

Default Re: disabling indexes on dts - 03-22-2006 , 10:43 AM







"Roy Goldhammer" wrote:
Quote:
I have huge database that gets at least 10,000,000 on dts action. In the
recived table there are some indexes, constraints, and primary key
clustereds. Do get better performance i: 1. delete all indexes,
constraints and primary key
2. import data
3. bring back the indexes

Is there a way to disable the indexes wile using dts instead of drop and
recreate it?
You can disable indexes only if you are using SQL Server 2005.

Francesco Anti




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.