Set-SPProjectDatabase
Published: July 16, 2012
Applies to: SharePoint Server 2013 Enterprise
Sets the properties of a Project Web App database.
Set-SPProjectDatabase [-Name] <String> [-WebApplication] <SPWebApplicationPipeBind> [-AbortAfter <String>] [-AssignmentCollection <SPAssignmentCollection>] [-Confirm [<SwitchParameter>]] [-DatabaseServer <String>] [-FailoverPartner <String>] [-Lcid <Int32>] [-NewDatabaseServer <String>] [-NewName <String>] [-SQLAzure <SwitchParameter>] [-SQLLogon <PSCredential>] [-Tag <String>] [-WhatIf [<SwitchParameter>]]
Set-SPProjectDatabase [-Name] <String> [-ServiceApplication] <PsiServiceApplicationPipeBind> [-AbortAfter <String>] [-AssignmentCollection <SPAssignmentCollection>] [-Confirm [<SwitchParameter>]] [-DatabaseServer <String>] [-FailoverPartner <String>] [-Lcid <Int32>] [-NewDatabaseServer <String>] [-NewName <String>] [-SQLAzure <SwitchParameter>] [-SQLLogon <PSCredential>] [-Tag <String>] [-WhatIf [<SwitchParameter>]]
Parameters
1Parameter | Required | Type | Description | ||
Name | Required | System.String | The name of the Project Web App database to set properties on. | ||
WebApplication | Required | Microsoft.SharePoint.PowerShell.SPWebApplicationPipeBind | The web application that the Project Web App database is associated with. | ||
AbortAfter | Optional | System.String | Microsoft internal use only. | ||
AssignmentCollection | Optional | Microsoft.SharePoint.PowerShell.SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
| ||
Confirm | Optional | System.Management.Automation.SwitchParameter | Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters | ||
DatabaseServer | Optional | System.String | The name of the instance of SQL Server where the database is hosted. | ||
FailoverPartner | Optional | System.String | The name of the instance of SQL Server where the failover database is located. | ||
Lcid | Optional | System.Int32 | The LCID of the Project Web App database. | ||
NewDatabaseServer | Optional | System.String | The new name for the instance of SQL Server where you want to host the database. | ||
NewName | Optional | System.String | The new name for the Project Web App database. | ||
SQLAzure | Optional | System.Management.Automation.SwitchParameter | Internal use only. | ||
SQLLogon | Optional | System.Management.Automation.PSCredential | Internal use only. | ||
Tag | Optional | System.String | A tag that associates a Project Web App database with a Project Web App. The tag can be any string. | ||
WhatIf | Optional | System.Management.Automation.SwitchParameter | Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters |
Parameter | Required | Type | Description | ||
Name | Required | System.String | The name of the Project Web App database to set properties on. | ||
ServiceApplication | Required | Microsoft.Office.Project.Server.Cmdlet.PsiServiceApplicationPipeBind | The Project Server service application that the Project Web App database is associated with. | ||
AbortAfter | Optional | System.String | Microsoft internal use only. | ||
AssignmentCollection | Optional | Microsoft.SharePoint.PowerShell.SPAssignmentCollection | Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
| ||
Confirm | Optional | System.Management.Automation.SwitchParameter | Prompts you for confirmation before executing the command. For more information, type the following command: get-help about_commonparameters | ||
DatabaseServer | Optional | System.String | The name of the instance of SQL Server where the database is hosted. | ||
FailoverPartner | Optional | System.String | The name of the instance of SQL Server where the failover database is located. | ||
Lcid | Optional | System.Int32 | The LCID of the Project Web App database. | ||
NewDatabaseServer | Optional | System.String | The new name for the instance of SQL Server where you want to host the database. | ||
NewName | Optional | System.String | The new name for the Project Web App database. | ||
SQLAzure | Optional | System.Management.Automation.SwitchParameter | Internal use only. | ||
SQLLogon | Optional | System.Management.Automation.PSCredential | Internal use only. | ||
Tag | Optional | System.String | A tag that associates a Project Web App database with a Project Web App. The tag can be any string. | ||
WhatIf | Optional | System.Management.Automation.SwitchParameter | Displays a message that describes the effect of the command instead of executing the command. For more information, type the following command: get-help about_commonparameters |
Detailed Description
The Set-SPProjectDatabase cmdlet sets the global properties of a Project Web App database.

Note: