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 Oct 14, 2023
1 parent 25ca81a commit 3ad8a04
Show file tree
Hide file tree
Showing 8 changed files with 2,328 additions and 696 deletions.
31 changes: 31 additions & 0 deletions Copy-DbaDbTableData.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ <h2 id="syntax">Syntax</h2>
[-Truncate]
[[-BulkCopyTimeout] &lt;Int32&gt;]
[[-CommandTimeout] &lt;Int32&gt;]
[-UseDefaultFileGroup]
[[-InputObject] &lt;TableViewBase[]&gt;]
[-EnableException]
[-WhatIf]
Expand Down Expand Up @@ -1185,6 +1186,36 @@ <h5 id="commandtimeout">-CommandTimeout</h5>
</tr>
</tbody>
</table>
<h5 id="usedefaultfilegroup">-UseDefaultFileGroup</h5>
<p>By default, this command will use a filegroup of the same name between
source and target. Use this flag if you'd instead like to use the
default filegroup in the target database.<br></p>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Alias</td>
<td></td>
</tr>
<tr>
<td>Required</td>
<td>False</td>
</tr>
<tr>
<td>Pipeline</td>
<td>false</td>
</tr>
<tr>
<td>Default Value</td>
<td>False</td>
</tr>
</tbody>
</table>
<h5 id="inputobject">-InputObject</h5>
<p>Enables piping of Table objects from Get-DbaDbTable<br></p>
<table>
Expand Down
814 changes: 814 additions & 0 deletions Remove-DbaReplArticle.html

Large diffs are not rendered by default.

749 changes: 749 additions & 0 deletions Remove-DbaReplPublication.html

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions Set-DbaDbCompression.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ <h2 id="syntax">Syntax</h2>
[[-CompressionType] &lt;String&gt;]
[[-MaxRunTime] &lt;Int32&gt;]
[[-PercentCompression] &lt;Int32&gt;]
[-ForceOfflineRebuilds]
[[-InputObject] &lt;Object&gt;]
[-EnableException]
[-WhatIf]
Expand Down Expand Up @@ -776,6 +777,35 @@ <h5 id="percentcompression">-PercentCompression</h5>
</tr>
</tbody>
</table>
<h5 id="forceofflinerebuilds">-ForceOfflineRebuilds</h5>
<p>By default, this function prefers online rebuilds over offline ones.
If you are on a supported version of SQL Server but still prefer to do offline rebuilds, enable this flag<br></p>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>Alias</td>
<td></td>
</tr>
<tr>
<td>Required</td>
<td>False</td>
</tr>
<tr>
<td>Pipeline</td>
<td>false</td>
</tr>
<tr>
<td>Default Value</td>
<td>False</td>
</tr>
</tbody>
</table>
<h5 id="inputobject">-InputObject</h5>
<p>Takes the output of Test-DbaDbCompression as an object and applied compression based on those recommendations.<br></p>
<table>
Expand Down
2 changes: 1 addition & 1 deletion Set-DbaNetworkCertificate.html
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ <h5 id="sqlinstance">-SqlInstance</h5>
</tr>
<tr>
<td>Default Value</td>
<td></td>
<td>$env:COMPUTERNAME</td>
</tr>
</tbody>
</table>
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.2",
"version": "2.1.4",
"external_links": [
{
"name": "offline installs of dbatools",
Expand Down
Loading

0 comments on commit 3ad8a04

Please sign in to comment.