Hello Frens,
I have created a SSIS project and deployed it too. My project contains list of procedures to be run parallelly. This project needs only one connection to my database. So, I have created only one Connection Manager.
I tried the method of "save the copy of project as" and saved in file as well as sql server.
And the method of "deployment using menifest file" too. I think these two methods equivalent. Am i right??
Now, I want to run this deployed dtsx package to run from command line or any other utility providing my connection details externally. Please help me to solve the problem.
Thanks in advance