SET @sql += @tab + 'This script creates a script to generate and SSIS Environment and its variables.' + @cr; SET @sql += @tab + 'Replace the necessary entries to create a new envrionment' + @cr; SET ...
Run TSQL statement specified times with sp_executesql, print step results, insert execution details into log table master.dbo.BenchmarkTSQL. .PARAMETER @tsqlStatementBefore TSQL statement that ...