From 948404668801120b28c6ff738a0522d284e5d6a5 Mon Sep 17 00:00:00 2001
From: potatoqualitee Installs only the procedures sp_Blitz and sp_BlitzWho and the table SqlServerVersions by running the corresponding scripts. Installs only part of the First Responder Kit by running the official install script. Installs the First Responder Kit using the official install script. Installs the First Responder Kit using the official install script for Azure SQL Database. Uninstalls the First Responder Kit by running the official uninstall script. The date on which execution of a job can begin. The date on which execution of a job can begin. Must be a string in the format yyyyMMdd. The date on which execution of a job can stop. The date on which execution of a job can stop. Must be a string in the format yyyyMMdd. The time on any day to begin execution of a job. Format HHMMSS / 24 hour clock. The time on any day to begin execution of a job. Must be a string in the format HHmmss / 24 hour clock.Example: 7
Example: 8
-PS C:\> Install-DbaFirstResponderKit -SqlInstance sql2016 -OnlyScript Install-Core-Blitz-No-Query-Store.sql
+
-PS C:\> Install-DbaFirstResponderKit -SqlInstance sql2016 -OnlyScript Install-All-Scripts.sql
Example: 9
+
+PS C:\> Install-DbaFirstResponderKit -SqlInstance sql-server-001.database.windows.net -OnlyScript Install-Azure.sql
+
Example: 10
PS C:\> Install-DbaFirstResponderKit -SqlInstance sql2016 -OnlyScript Uninstall.sql
-OnlyScript
diff --git a/New-DbaAgentJobStep.html b/New-DbaAgentJobStep.html
index 054bb233..86a41195 100644
--- a/New-DbaAgentJobStep.html
+++ b/New-DbaAgentJobStep.html
@@ -503,7 +503,7 @@ Accepted Values
-Install-All-Scripts.sql,Install-Core-Blitz-No-Query-Store.sql,Install-Core-Blitz-With-Query-Store.sql,sp_Blitz.sql,sp_BlitzFirst.sql,sp_BlitzIndex.sql,sp_BlitzCache.sql,sp_BlitzWho.sql,sp_BlitzQueryStore.sql,sp_BlitzAnalysis.sql,sp_BlitzBackups.sql,sp_BlitzInMemoryOLTP.sql,sp_BlitzLock.sql,sp_AllNightLog.sql,sp_AllNightLog_Setup.sql,sp_DatabaseRestore.sql,sp_ineachdb.sql,SqlServerVersions.sql,Uninstall.sql
+Install-All-Scripts.sql,Install-Azure.sql,sp_Blitz.sql,sp_BlitzFirst.sql,sp_BlitzIndex.sql,sp_BlitzCache.sql,sp_BlitzWho.sql,sp_BlitzAnalysis.sql,sp_BlitzBackups.sql,sp_BlitzLock.sql,sp_DatabaseRestore.sql,sp_ineachdb.sql,SqlServerVersions.sql,Uninstall.sql
Syntax
[[-OnSuccessStepId] <Int32>]
[[-OnFailAction] <String>]
[[-OnFailStepId] <Int32>]
- [[-Database] <Object>]
+ [[-Database] <String>]
[[-DatabaseUser] <String>]
[[-RetryAttempts] <Int32>]
[[-RetryInterval] <Int32>]
diff --git a/New-DbaAgentSchedule.html b/New-DbaAgentSchedule.html
index 3497856f..07bc0a0a 100644
--- a/New-DbaAgentSchedule.html
+++ b/New-DbaAgentSchedule.html
@@ -506,6 +506,7 @@ Syntax
[[-EndDate] <String>]
[[-StartTime] <String>]
[[-EndTime] <String>]
+ [[-Owner] <String>]
[-Force]
[-EnableException]
[-WhatIf]
@@ -877,7 +878,7 @@ -FrequencyRecurrenceFactor
-StartDate
-
+
If force is used the start date will be the current day
@@ -906,8 +907,8 @@
-StartDate
-EndDate
-
-If force is used the end date will be '9999-12-31'
+If force is used the end date will be '99991231'
@@ -935,10 +936,10 @@ -EndDate
-StartTime
-
+
Example: '010000' for 01:00:00 AM.
Example: '140000' for 02:00:00 PM.
-If force is used the start time will be '00:00:00'
The time on any day to end execution of a job. Format HHMMSS / 24 hour clock.
+
The time on any day to end execution of a job. Must be a string in the format HHmmss / 24 hour clock.
Example: '010000' for 01:00:00 AM.
Example: '140000' for 02:00:00 PM.
-If force is used the start time will be '23:59:59'
+ | + |
---|---|
Alias | ++ |
Required | +False | +
Pipeline | +false | +
Default Value | ++ |
Login to own the job, defaults to login running the command.