I am trying to change Agent Jobs from step to step configuration to a DTSX package using BIDS.
Some of the steps are stopping and starting services using (Operating system CmdExec) type.
Command line for this is
E:\MSSQL\pstools\psservice \\sqlsrv01 -u domainname\domanuser -p UserPassword "servicename"
Which control flow item do I use in BIDS to program this step in DTSX package?
CC