This module is designed to take a SQL Agent Job that is stored in an XML file and deploy the job to an instance of SQL. The PowerShell is idempotent in that if it is re-run on the same XML file then ...
EXEC sys.sp_configure N'max server memory (MB)', N'512' SELECT writed_to_tempdb_mb = (SUM(num_of_bytes_written) - @tempdb_writes) / 1024 / 1024. , size_mb ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results