Hi All,
I need to run an SSIS package using batch script. I was able to execute the package from command prompt. I'm using SQL Server 2016 and project deployment model. I have used the below script to run SSIS package.
dtexec /ISServer "\SSISDB\Project1Folder\Integration Services Project1\Package.dtsx" /Server "localhost"
But, when I tried with original server IP instead of localhost, it thrown an error. Because I need to run the script in different environment. How to give server ip instead of localhost?
Thanks
Julie