Start a conversation

How to configure authentication in Microsoft SQL Server

Answer

Most GFI Software Products use or support Microsoft SQL Server 2005 or newer.  When using Microsoft SQL Server you may need to add accounts for authentication and access to the relevant databases. 
  1. Open Microsoft SQL Server Management Studio and connect to the appropriate instance of SQL

User-added image
  1. Navigate to Security > Logins. Right-click Logins and select New Login...

User-added image
  1. In the "Login - New" dialog select the name of the account needing to access and manage the database. If creating a SQL account use the SQL Server authentication selection (see important note below).

User-added image
  1. Right-click the newly added account and choose "Properties"
  2. Select the "Server Roles" node and select the "sysadmin" role. The product's service account needs this role in order to create new databases.

User-added image

NOTE:

By default, Microsoft SQL server has ONLY Windows Authentication Mode selected. If you are going to use a Microsoft SQL Account (such as the "SA" account) you must insure that Microsoft SQL Server and Windows Authentication mode is selected.

User-added image

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments