Hi,
I have one source database, which I want to copy (table structures) to new database.
I need to execute this package at least 50 times.
Each time my source database is same, but destination database varies.
So I decided to create a DTS package that will receive a destination database name as a parameter.
Que: Is is possible to pass a parameter in DTS Package? If so then how?
If it is possible that My package will create a database with the name passed in database.
Please provide me a guide to achieve my task.
Thanks.