Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Import from Access

Status
Not open for further replies.

Kubilus1

IS-IT--Management
Apr 25, 2001
99
US
I have an access database with lots of referential integrity that I am trying to import into SQL by DTS. I used the DTS wizard to create a package to delete old data and copy in the new. It seems that the RI is causing several tables to fail when deleting. Is there a way to setup DTS to disable constraint checking during importing and turn back on afterwards? Or is there any other good way of accomplishing this?

Thanks,
Matt
 
Some constraints can be disabled/enabled (not deleted) by using the ALTER TABLE statement. These include Check constraints. Robert Bradley
teaser.jpg

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top