Skip to content

Commit f64f7a3

Browse files
authored
Merge pull request MicrosoftDocs#99 from Techwriter40/patch-9
Update Upgrade-SPContentDatabase.md
2 parents 8dd57df + 79e8387 commit f64f7a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Upgrade-SPContentDatabase.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Upgrade-SPContentDatabase [-ForceDeleteLock] -Name <String> -WebApplication <SPW
3232
## DESCRIPTION
3333
This cmdlet contains more than one parameter set.
3434
You may only use parameters from one parameter set and you may not combine parameters from different parameter sets.
35-
For more information about how to use parameter sets, see Cmdlet Parameter Sets (http://go.microsoft.com/fwlink/?LinkID=187810).
35+
For more information about how to use parameter sets, see [Cmdlet Parameter Sets](http://go.microsoft.com/fwlink/?LinkID=187810).
3636

3737
Use the `Upgrade-SPContentDatabase` cmdlet to resume a failed database upgrade or begin a build-to-build database upgrade against a SharePoint content database.
3838
The `Upgrade-SPContentDatabase` cmdlet initiates an upgrade of an existing content database that is attached to the current farm.
@@ -44,9 +44,9 @@ After upgrade users see upgraded content.
4444

4545
The default behavior of this cmdlet causes an upgrade of the schema of the database and initiates build-to-build upgrades for all site collections within the specified content database if required.
4646
To prevent build-to-build upgrades of site collections, use the NoB2BSiteUpgrade parameter.
47+
4748
This cmdlet does not trigger version-to-version upgrade of any site collections.
4849

49-
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).
5050

5151
## EXAMPLES
5252

@@ -271,7 +271,7 @@ Accept wildcard characters: False
271271
```
272272

273273
### -AllowUnattached
274-
{{Fill AllowUnattached Description}}
274+
Lets the upgrade process to proceed on a content database which is not currently attached to a SharePoint farm.
275275

276276
```yaml
277277
Type: SwitchParameter
@@ -287,7 +287,7 @@ Accept wildcard characters: False
287287
```
288288

289289
### -SkipSiteUpgrade
290-
{{Fill SkipSiteUpgrade Description}}
290+
Specifies to not upgrade databases and their child objects when performing upgrade.
291291

292292
```yaml
293293
Type: SwitchParameter

0 commit comments

Comments
 (0)