January 4, 2020 at 6:39 pm
Hello
i was created simple dtsx package for copy directory files
in visual studio this package running success and working
but i want to create dynamically running with bat file
bat file running but can't working succes
please this is my bat file data
"C:\Program Files\Microsoft SQL Server\110\DTS\Binn\DTExec.exe" /F
"c:\users\zen\documents\visual studio 2012\projects\LoadData\LoadData\Package.dtsx"
January 4, 2020 at 7:18 pm
what is the error and are you running on a server or on your pc?
note that to run from the command line you need to have SQL Server Integration Services installed on the host where it runs.
January 4, 2020 at 7:31 pm
in this pc have't sql serverÂ
only ssis have
January 4, 2020 at 9:59 pm
that is your problem - in order to use the command line you need to have SQL Server installed including Integration Services.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply