SQL Server configuration

Use this page to provide a SQL Server system administrator account to grant db_owner permissions for the Windows authentication accounts to access the database.
If multiple computers access the same database, you only need to run the SQL Server configuration once on one of the computers within the domain.
The following table lists the items and their meanings on this page.
Item
Description
Skip SQL Server configuration
Select to skip the SQL Server configuration.
If the selected account type has already implemented Windows authentication to access the same database, you can skip this configuration.
Servername\Instance
Enter the host name or IP address of the computer where the database resides, or the database instance name on the computer in the following formats:
  • ComputerName
  • 10.224.xxx.xx
  • ComputerName\InstanceName
Authentication
Select an authentication method for the account with administrative rights to log on to SQL Server.
  • SQL Server Authentication
  • Windows Authentication
User name
Only applicable when SQL Server Authentication is selected.
Enter the username to log on to SQL Server.
Password
Only applicable when SQL Server Authentication is selected.
Enter the password to log on to SQL Server.
Databases
Click the browser button to select one or multiple database instances. The selected databases will be added with the Windows authentication account.
Separate each database with a semicolon.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal