hi
i am trying to create sql server agent job ,but when i add parameter its giving me error missing quotes in below line
@command=N'/ISSERVER "\"\SSISDB\HIF\package\package.dtsx\"" /SERVER "\"DAYDEVSSIS01\DEV_108\"" /Par PGender;"\"\\day-appdev05\Applications\Hif\\"" /Par LookUp;"\"\\day-appdev05\Applications\Hif8\\"" /Par "\"$ServerOption::LOGGING_LEVEL(Int16)\"";1 /Par "\"$ServerOption::SYNCHRONIZED(Boolean)\"";True /CALLERINFO SQLAGENT /REPORTING E',
where i am missing quote.job created successfully but when i run its giving me error