banner



How To Create User In Sql Server Management Studio

Content feedback is currently offline for maintenance. Please try again in a few minutes.

How To: Create a SQL Server Authenticated user in Microsoft SQL Server Management Studio

Summary

Instructions provided describe how to create a new SQL Server Authenticated user within Microsoft SQL Server Management Studio to be used with an Enterprise Geodatabase.

The instructions below are specific for creating users for use in conjunction with an Enterprise Geodatabase. Please consult the database administrator to perform such operations.

Further information can be found in the ArcGIS Desktop Help. Please refer to the Related Information section below.

            Note:            If it is necessary to create users manually instead of using the Create Database User tool, please see Create Database User (Data Management).

Procedure

            Note:            To use SQL Server Authentication, the SQL Server Database Engine must use mixed mode authentication. For more information see the Microsoft SQL Server Choose an Authentication Mode documentation.
  1. Open Microsoft SQL Server Management Studio.
  2. Connect to SQL Server as a user who is a member of the sysadmin fixed server role.
  3. Right-click on the Security folder > New > Login.
            Note:                        This folder is found after expanding the SQL Server instance in the Object Explorer.

  1. Type in a Login name.
  2. Check the option for SQL Server Authentication and type in a password.

[O-Image] password

            Note:            If 'Enforce password policy' is checked, the password must conform to your organization's password policy. See the Microsoft SQL Server Password Policy documentation for more information.
  1. Click User Mapping at the top left under Select a Page.
  2. Check the database(s) to apply the user to, and type in the username for Default Schema.

[O-Image] user_mapping

            Note:            For users that create tables, feature classes or views, the User and Default Schema must be the same.          
  1. Click OK. The user and schema are automatically added to the database(s). This user is now able to connect to the database.
    If this user is intended to create views, feature classes or tables and import data, additional permissions need to be assigned to the user.The following steps describe the procedure to assign the additional permissions.
  2. Right-click the database in which the user was applied > Properties.
  3. Select Permissions from the top left corner of the Database Properties dialog box under the Select a Page heading.
  4. Select the newly added user on the right.
  5. Below the user is a list of permissions. All users will have CONNECT by default. Apply additional permissions to the user by checking the box under Grant:
    • Users who create tables, feature classes, and views require
      • CREATE PROCEDURE
      • CREATE TABLE
      • CREATE VIEW

[O-Image] permissions

  1. Click OK. This user is now able to create views, feature classes or tables and import data.

Related Information

  • Add logins and users to SQL Server
  • Privileges for geodatabases in SQL Server

Last Published: 8/27/2020

Article ID: 000009958

Software: Legacy Products

How To Create User In Sql Server Management Studio

Source: https://support.esri.com/en/technical-article/000009958

Posted by: davisthattere.blogspot.com

Related Posts

0 Response to "How To Create User In Sql Server Management Studio"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel