Skip to content

Commit

Permalink
Update-DbaInstance, fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Dec 6, 2024
1 parent 8669cd6 commit fa9dd11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/Update-DbaInstance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Update-DbaInstance {
Use -Version to limit upgrade to a certain Major version of SQL Server.
.PARAMETER KB
Install a specific update or list of updates. Can be a number of a string KBXXXXXXX.
Install a specific update or list of updates. Can be a number or a string KBXXXXXXX.
.PARAMETER Version
A target version of the installation you want to reach. If not specified, a latest available version would be used by default.
Expand Down Expand Up @@ -136,7 +136,7 @@ function Update-DbaInstance {
.EXAMPLE
PS C:\> Update-DbaInstance -ComputerName SQL1, SQL2 -Restart -Path \\network\share -Confirm:$false
Updates all applicable SQL Server installations on SQL1 and SQL2 with the most recent patch.
Updates all applicable SQL Server installations on SQL1 and SQL2 with the most recent patch (that has at least a "CU" flag).
It will install latest ServicePack, restart the computers, install latest Cumulative Update, and finally restart the computer once again.
Binary files for the update will be searched among all files and folders recursively in \\network\share.
Does not prompt for confirmation.
Expand Down

0 comments on commit fa9dd11

Please sign in to comment.