Configuring SQL Server Connection Settings
Veeam Service Provider Console data is stored in a database hosted on a Microsoft SQL Server, and created as part of the deployment process. By default, the database is called VSPC. You can change the database name during Veeam Service Provider Console deployment.
By default, Veeam Service Provider Console connects to the Microsoft SQL Server using credentials specified in the Veeam Service Provider Console Setup wizard.
In some cases, you may need to change the default Microsoft SQL Server connection settings. This can be required if you want to change credentials or the authentication type for connecting to the SQL Server, or switch from the default database to a new one.
For details on how to optimize and maintain SQL Server instance, see this Veeam KB article.
Required Privileges
To perform this task, a user must have the following role assigned: Portal Administrator.
Changing SQL Server Connection Settings
To change SQL Server connection settings, perform the following steps:
- Log in to Veeam Service Provider Console.
For details, see Accessing Veeam Service Provider Console.
- At the top right corner of the Veeam Service Provider Console window, click Configuration.
- In the configuration menu on the left, click Settings.
- Open the SQL Server Connection tab.
- In the Server name field, specify a name of a Microsoft SQL Server instance that hosts the Veeam Service Provider Console database.
- In the Database name field, specify a name of the Veeam Service Provider Console database.
- From the Authentication list, select the type of authentication that Veeam Service Provider Console must use to connect to the Microsoft SQL Server.
- [For SQL Server Authentication] In the User name and Password fields, specify credentials of the account that Veeam Service Provider Console must use to connect to the Microsoft SQL Server.
- Click Save.
Changing Connection Settings when Connection to Database is Lost
To do so, in the command prompt run the following command:
For details, see Accessing Veeam Service Provider Console.
Note that to change database connection settings, you must log in using local host address:
https://localhost:1280
- In the Settings section open the SQL Server Connection tab.
- Specify settings for connecting to an existing or a new database as described in Configuring SQL Server Connection Settings.
- If you specify connection settings for an existing Veeam Service Provider Console database, Veeam Service Provider Console will connect to this database using the specified settings.
- If you specify the name of a database that does not yet exist on a Microsoft SQL Server, Veeam Service Provider Console will prompt to create a new database, and then will connect to it.
- Click Save.
- Refresh the Veeam Service Provider Console portal page.
Veeam Service Provider Console will connect to the specified database, and will automatically disable the maintenance mode.