File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ Param(
3535
3636cls
3737
38- # Load Common Modules and .NET Assemblies
39- try
40- {
41- Import-Module " .\SQLTranscriptase.psm1" - ErrorAction Stop
42- }
43- catch
44- {
45- Throw (' SQLTranscriptase.psm1 not found' )
46- }
47-
38+ # Load Common Modules and .NET Assemblies
39+ try
40+ {
41+ Import-Module " .\SQLTranscriptase.psm1" - ErrorAction Stop
42+ }
43+ catch
44+ {
45+ Throw (' SQLTranscriptase.psm1 not found' )
46+ }
47+
4848LoadSQLSMO
4949
5050# Init
@@ -106,6 +106,7 @@ Invoke-Expression ".\04_Agent_Alerts.ps1 $SQLInstance $myuser $mypass"
106106Invoke-Expression " .\04_Agent_Operators.ps1 $SQLInstance $myuser $mypass "
107107Invoke-Expression " .\04_Agent_Proxies.ps1 $SQLInstance $myuser $mypass "
108108Invoke-Expression " .\04_Agent_Schedules.ps1 $SQLInstance $myuser $mypass "
109+ Invoke-Expression " .\04_Agent_Configuration.ps1 $SQLInstance $myuser $mypass "
109110Invoke-Expression " .\05_DBMail_Accounts.ps1 $SQLInstance $myuser $mypass "
110111Invoke-Expression " .\05_DBMail_Profiles.ps1 $SQLInstance $myuser $mypass "
111112# Invoke-Expression ".\06_Query_Plan_Cache.ps1 $SQLInstance $myuser $mypass"
You can’t perform that action at this time.
0 commit comments