Hi all,
I am running my SSIS Package using .Bat file but encountered some errors.
Currently, the SSIS Package is using project level variables which is stored in Project.params file.
When i run the package using .bat file, i encountered errors saying that the variable is not found.
May i know how do i run SSIS Package with Project.Params?
Can i run .sln file using .bat file?
Any help is appreciated!