Skip to content

Commit

Permalink
refreshing docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee authored and github-actions[bot] committed Jul 25, 2024
1 parent 4ace112 commit 6bcd24d
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 700 deletions.
6 changes: 3 additions & 3 deletions Get-DbaDbccHelp.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,11 +506,11 @@ <h2 id="examples">Examples</h2>
<h5 id="example-1">Example: 1</h5>
<pre><code>PS C:\&gt; Get-DbaDbccHelp -SqlInstance SQLInstance -Statement FREESYSTEMCACHE -Verbose | Format-List
</code></pre>
<p>Runs the command DBCC HELP(FREESYSTEMCACHE) WITH NO_INFOMSGS against the SQL Server instance SQLInstance<br></p>
<p>Runs the command DBCC HELP(FREESYSTEMCACHE) WITH NO_INFOMSGS against the SQLInstance SQL Server instance.<br></p>
<h5 id="example-2">Example: 2</h5>
<pre><code>PS C:\&gt; Get-DbaDbccHelp -SqlInstance LensmanSB -Statement WritePage -IncludeUndocumented | Format-List
<pre><code>PS C:\&gt; Get-DbaDbccHelp -SqlInstance SQLInstance -Statement WritePage -IncludeUndocumented | Format-List
</code></pre>
<p>Sets TraeFlag 2588 on for session and then runs the command DBCC HELP(WritePage) WITH NO_INFOMSGS against the SQL Server instance SQLInstance<br></p>
<p>Sets Trace Flag 2588 on for the session and then runs the command DBCC HELP(WritePage) WITH NO_INFOMSGS against the SQLInstance SQL Server instance.<br></p>
<h3 id="required-parameters">Required Parameters</h3>
<h5 id="sqlinstance">-SqlInstance</h5>
<p>The target SQL Server instance or instances. <br></p>
Expand Down
Binary file modified assets/dbatools-index.json
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/external.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.20",
"version": "2.1.22",
"external_links": [
{
"name": "offline installs of dbatools",
Expand Down
Loading

0 comments on commit 6bcd24d

Please sign in to comment.