Set Up Windows Authentication (SQL Server)

If Windows Authentication is going to be used, do the following to configure a Windows Account as a db_owner of a SQL Server database.

Prerequisites

Navigation

  1. On the database server, click Start > All Programs > Microsoft SQL Server [Version] > SQL Server Management Studio.
  2. Navigate to the node of the SQL Server instance containing the workflow database.

Instructions

  1. On the workflow database node, right-click on Security and select New User.
  2. Enter the User name and Login name of the user account that you wish to grant privileges to.
  3. Under the Database role membership group box, grant db_owner access.
  4. Click OK.