Skip to content

Commit 9484046

Browse files
potatoqualiteegithub-actions[bot]
authored andcommitted
refreshing docs pages
1 parent fb3d7cd commit 9484046

6 files changed

+741
-708
lines changed

Install-DbaFirstResponderKit.html

+7-3
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,14 @@ <h5 id="example-7">Example: 7</h5>
539539
</code></pre>
540540
<p>Installs only the procedures sp_Blitz and sp_BlitzWho and the table SqlServerVersions by running the corresponding scripts.<br></p>
541541
<h5 id="example-8">Example: 8</h5>
542-
<pre><code>PS C:\&gt; Install-DbaFirstResponderKit -SqlInstance sql2016 -OnlyScript Install-Core-Blitz-No-Query-Store.sql
542+
<pre><code>PS C:\&gt; Install-DbaFirstResponderKit -SqlInstance sql2016 -OnlyScript Install-All-Scripts.sql
543543
</code></pre>
544-
<p>Installs only part of the First Responder Kit by running the official install script.<br></p>
544+
<p>Installs the First Responder Kit using the official install script.<br></p>
545545
<h5 id="example-9">Example: 9</h5>
546+
<pre><code>PS C:\&gt; Install-DbaFirstResponderKit -SqlInstance sql-server-001.database.windows.net -OnlyScript Install-Azure.sql
547+
</code></pre>
548+
<p>Installs the First Responder Kit using the official install script for Azure SQL Database.<br></p>
549+
<h5 id="example-10">Example: 10</h5>
546550
<pre><code>PS C:\&gt; Install-DbaFirstResponderKit -SqlInstance sql2016 -OnlyScript Uninstall.sql
547551
</code></pre>
548552
<p>Uninstalls the First Responder Kit by running the official uninstall script.<br></p>
@@ -729,7 +733,7 @@ <h5 id="onlyscript">-OnlyScript</h5>
729733
</tr>
730734
<tr>
731735
<td>Accepted Values</td>
732-
<td>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</td>
736+
<td>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</td>
733737
</tr>
734738
</tbody>
735739
</table>

New-DbaAgentJobStep.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ <h2 id="syntax">Syntax</h2>
503503
[[-OnSuccessStepId] &lt;Int32&gt;]
504504
[[-OnFailAction] &lt;String&gt;]
505505
[[-OnFailStepId] &lt;Int32&gt;]
506-
[[-Database] &lt;Object&gt;]
506+
[[-Database] &lt;String&gt;]
507507
[[-DatabaseUser] &lt;String&gt;]
508508
[[-RetryAttempts] &lt;Int32&gt;]
509509
[[-RetryInterval] &lt;Int32&gt;]

New-DbaAgentSchedule.html

+36-7
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ <h2 id="syntax">Syntax</h2>
506506
[[-EndDate] &lt;String&gt;]
507507
[[-StartTime] &lt;String&gt;]
508508
[[-EndTime] &lt;String&gt;]
509+
[[-Owner] &lt;String&gt;]
509510
[-Force]
510511
[-EnableException]
511512
[-WhatIf]
@@ -877,7 +878,7 @@ <h5 id="frequencyrecurrencefactor">-FrequencyRecurrenceFactor</h5>
877878
</tbody>
878879
</table>
879880
<h5 id="startdate">-StartDate</h5>
880-
<p>The date on which execution of a job can begin.<br />
881+
<p>The date on which execution of a job can begin. Must be a string in the format yyyyMMdd.<br />
881882
If force is used the start date will be the current day<br></p>
882883
<table>
883884
<thead>
@@ -906,8 +907,8 @@ <h5 id="startdate">-StartDate</h5>
906907
</tbody>
907908
</table>
908909
<h5 id="enddate">-EndDate</h5>
909-
<p>The date on which execution of a job can stop.<br />
910-
If force is used the end date will be '9999-12-31'<br></p>
910+
<p>The date on which execution of a job can stop. Must be a string in the format yyyyMMdd.<br />
911+
If force is used the end date will be '99991231'<br></p>
911912
<table>
912913
<thead>
913914
<tr>
@@ -935,10 +936,10 @@ <h5 id="enddate">-EndDate</h5>
935936
</tbody>
936937
</table>
937938
<h5 id="starttime">-StartTime</h5>
938-
<p>The time on any day to begin execution of a job. Format HHMMSS / 24 hour clock.<br />
939+
<p>The time on any day to begin execution of a job. Must be a string in the format HHmmss / 24 hour clock.<br />
939940
Example: '010000' for 01:00:00 AM.<br />
940941
Example: '140000' for 02:00:00 PM.<br />
941-
If force is used the start time will be '00:00:00'<br></p>
942+
If force is used the start time will be '000000' for midnight.<br></p>
942943
<table>
943944
<thead>
944945
<tr>
@@ -966,10 +967,38 @@ <h5 id="starttime">-StartTime</h5>
966967
</tbody>
967968
</table>
968969
<h5 id="endtime">-EndTime</h5>
969-
<p>The time on any day to end execution of a job. Format HHMMSS / 24 hour clock.<br />
970+
<p>The time on any day to end execution of a job. Must be a string in the format HHmmss / 24 hour clock.<br />
970971
Example: '010000' for 01:00:00 AM.<br />
971972
Example: '140000' for 02:00:00 PM.<br />
972-
If force is used the start time will be '23:59:59'<br></p>
973+
If force is used the end time will be '235959' for one second before midnight.<br></p>
974+
<table>
975+
<thead>
976+
<tr>
977+
<th></th>
978+
<th></th>
979+
</tr>
980+
</thead>
981+
<tbody>
982+
<tr>
983+
<td>Alias</td>
984+
<td></td>
985+
</tr>
986+
<tr>
987+
<td>Required</td>
988+
<td>False</td>
989+
</tr>
990+
<tr>
991+
<td>Pipeline</td>
992+
<td>false</td>
993+
</tr>
994+
<tr>
995+
<td>Default Value</td>
996+
<td></td>
997+
</tr>
998+
</tbody>
999+
</table>
1000+
<h5 id="owner">-Owner</h5>
1001+
<p>Login to own the job, defaults to login running the command.<br></p>
9731002
<table>
9741003
<thead>
9751004
<tr>

assets/dbatools-index.json

1.26 KB
Binary file not shown.

assets/external.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.16",
2+
"version": "2.1.18",
33
"external_links": [
44
{
55
"name": "offline installs of dbatools",

0 commit comments

Comments
 (0)