SPContentDatabase.CreateUnattachedContentDatabase method
Creates a content database object without registering it in the configuration database of the farm.
Overload list
Name | Description | |
---|---|---|
CreateUnattachedContentDatabase(SqlConnectionStringBuilder) | Creates a content database object, from the database with the specified connection string, without registering it in the configuration database of the farm. | |
CreateUnattachedContentDatabase(String, String, String, String) | Creates a content database object, by using the specified connection information, without registering it in the configuration database of the farm. |
Top
Remarks
Typically, unattached content databases are used for data recovery scenarios and to get orphaned site collections and sites.
See also
Reference
Microsoft.SharePoint.Administration namespace