question

pvsrinivasrao avatar image
pvsrinivasrao asked

Any Example on how to configure CSV file to run SSIS packages via Batch File

Hi Frenz, Is there a way through which we can configure CSV File in which i can configure variable values and so on...and give it as path to Batch file to run SSIS packages?? Thanks
sql-server-2008ssisdtscsv
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Daniel Ross avatar image
Daniel Ross answered
Have a look at package configurations, http://msdn.microsoft.com/en-us/library/ms141132.aspx It is the recommended (and in my opinion the best) way to handle variables. For example, I have 1 package that updates 3 different databases, the database schemas are all the same but they use different variable values (namely dates) and this is handled by a package config with a database backend. So when i need to add a new version of the database, all I need to do is add it into the configuration database and it is automatically included in the job.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.