Hi,
I have a reqirement where in i need to create a Database dynamically in SSIS, Database name is given in table.
Regards,
Miranda
ssis dynamic database creation
July 31st, 2015 10:18am
Hi ,
Kindly post your query in Sql Server integration services tab.
thanks
Free Windows Admin Tool Kit Click here and download it now
July 31st, 2015 11:08am
Hi mirandaroopa,
According to your description, you want to dynamically create tables based on a metadata table. Right?
In this scenario, you only need SQL query to achieve your requirement. You can create a Execute SQL Task, and put your query into the SQL statement. For how to write the query, please refer to the query in the link below:
Dynamic table creation using SSIS Package
Regards,
August 2nd, 2015 10:06pm
Hi,
for SSAS use AMO (Analysis Management Objects).
Free Windows Admin Tool Kit Click here and download it now
August 3rd, 2015 3:07am