Viewing post 1 (of 1 total)
May someone need it:
create procedure test (@variable varchar (40)) as
-- create dynamiclly command which job will execute. This allow you to pass parameter to job 🙂
declare @command varchar (300)='exec database.dbo.test...
March 3, 2016 at 3:06 am
#1862667