Skip to content

Commit 25a3ceb

Browse files
authored
Merge pull request MicrosoftDocs#6409 from get-itips/patch-245
Adding notice if db does not exists
2 parents 1b33cf2 + 331376e commit 25a3ceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.reviewer:
1616

1717
Attaches an existing content database to the farm.
1818

19+
NOTE: Please be aware that if a content database that does not exists is specified, it will be created by this cmdlet.
1920

2021

2122
## SYNTAX
@@ -32,6 +33,7 @@ Mount-SPContentDatabase [-Name] <String> [-WebApplication] <SPWebApplicationPipe
3233
## DESCRIPTION
3334
The Mount-SPContentDatabase cmdlet attaches an existing content database to the farm.
3435
If the database being mounted requires an upgrade, this cmdlet will cause the database to be upgraded.
36+
NOTE: Please be aware that if a content database that does not exists is specified, it will be created by this cmdlet.
3537

3638
The default behavior of this cmdlet causes an upgrade of the schema of the database and initiates upgraded builds for all site collections within the specified content database if required.
3739
To prevent initiation of upgraded builds of site collections, use the NoB2BSiteUpgrade parameter.
@@ -401,4 +403,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
401403
## NOTES
402404

403405
## RELATED LINKS
404-

0 commit comments

Comments
 (0)