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(
35
35
36
36
cls
37
37
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
+
48
48
LoadSQLSMO
49
49
50
50
# Init
@@ -106,6 +106,7 @@ Invoke-Expression ".\04_Agent_Alerts.ps1 $SQLInstance $myuser $mypass"
106
106
Invoke-Expression " .\04_Agent_Operators.ps1 $SQLInstance $myuser $mypass "
107
107
Invoke-Expression " .\04_Agent_Proxies.ps1 $SQLInstance $myuser $mypass "
108
108
Invoke-Expression " .\04_Agent_Schedules.ps1 $SQLInstance $myuser $mypass "
109
+ Invoke-Expression " .\04_Agent_Configuration.ps1 $SQLInstance $myuser $mypass "
109
110
Invoke-Expression " .\05_DBMail_Accounts.ps1 $SQLInstance $myuser $mypass "
110
111
Invoke-Expression " .\05_DBMail_Profiles.ps1 $SQLInstance $myuser $mypass "
111
112
# Invoke-Expression ".\06_Query_Plan_Cache.ps1 $SQLInstance $myuser $mypass"
You can’t perform that action at this time.
0 commit comments