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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dts package, help please!!!!!!!!!!

Status
Not open for further replies.

mkey

Programmer
Joined
Oct 3, 2001
Messages
288
Location
CA
Hi All,
Basically what I need to do is import set of tables, procedures, indexes, views etc. from the source database to a target database. The complication in the process is that everytime the user should be able to pick and choose what tables that should be transfered to the target database. Also if a user pick a table then the dependant objects for that table should be imported to the target database.

I have looked in to create a DTS Package and using in visual basic to execute this package. Problem is that the DTS package is not importing the dependant procedures from the source database. I'm more familiar with writing procedures in sql server 7 than doing this in visual basic. Does anyone have any suggestions for me?
Thank you!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top