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 Feb 21, 2024
1 parent 404e73e commit 9763f3e
Show file tree
Hide file tree
Showing 4 changed files with 699 additions and 699 deletions.
4 changes: 2 additions & 2 deletions Invoke-DbaQuery.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@ <h5 id="example-9">Example: 9</h5>
&gt;&gt; somedate = '2021-07-15T02:03:00'
&gt;&gt; }
&gt;&gt; $inparamAsDataTable = ConvertTo-DbaDataTable -InputObject $inparam
PS C:\&gt; New-DbaSqlParameter -SqlDbType structured -Value $inparamAsDataTable -TypeName 'dbatools_tabletype'
PS C:\&gt; Invoke-DbaQuery -SqlInstance localhost -Database master -CommandType StoredProcedure -Query my_proc -SqlParameter $inparamAsDataTable
PS C:\&gt; $inparamAsSQLParameter = New-DbaSqlParameter -SqlDbType structured -Value $inparamAsDataTable -TypeName 'dbatools_tabletype'
PS C:\&gt; Invoke-DbaQuery -SqlInstance localhost -Database master -CommandType StoredProcedure -Query my_proc -SqlParameter $inparamAsSQLParameter
</code></pre>
<p>Creates an TVP input parameter and uses it to invoke a stored procedure.<br></p>
<h5 id="example-10">Example: 10</h5>
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.7",
"version": "2.1.8",
"external_links": [
{
"name": "offline installs of dbatools",
Expand Down
Loading

0 comments on commit 9763f3e

Please sign in to comment.