• Thank you for the scripts.

    In the database integrity script, my script keeps failing, i did some research but i couldn't find anything online.

    sqlcmd -E -S $(ESCAPE_SQUOTE(SRVR)) -d master -Q "EXECUTE Management.dbo.DatabaseIntegrityCheck @databases = 'ALL_Databases', @CheckCommands = 'CHECKDB', @Execute = 'Y', @LogToTable = 'Y',@IncludeReadOnly ='Y',@PhysicalOnly='Y'" -b

    Error:

    Executed as user: Mydomain\User. The process could not be created for step 1 of job 0x29F90DA62C665F4EA2E83934C9DB33D7 (reason: The parameter is incorrect). The step failed.

    What am i missing here?