Create a SQL Server Authenticated User in SQL Server 2005

Published on January 2017 | Categories: Documents | Downloads: 34 | Comments: 0 | Views: 237
of 4
Download PDF   Embed   Report

Comments

Content

10/7/2014

34639 - Create a SQL Server Authenticated user in SQL Server 2005
Sign In

Industries

Products

Support & Services

About

Community

Support

Support

Search Support

Technical Articles > ArcSDE > DBMS > Microsoft SQL Server > Security

Knowledge Base - Technical Articles
Email this Article

Printable Version

Print PDF

HowTo: Create a SQL Server Authenticated user in SQL Server 2005
Article ID:

34639

Software:

ArcSDE 9.0, 9.1, 9.2, 9.3, 9.3.1

Platforms:

Windows 2000, XP, 2003Server

Summary

Instructions provided describe how to create a new SQL Server Authenticated user within SQL Server 2005 to be used with ArcSDE.
The instructions below are specific for creating logins or users for use in conjunction with ArcSDE. 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.

Procedure

1. Open Microsoft SQL Server Management Studio.
2. Connect to SQL Server as the 'SA' or an Administrative User.
3. Right-click on the Security folder > New > Login.
4. Type in a Login name.
5. Check the bullet for SQL Server Authentication and type in a password.

http://support.esri.com/cn/knowledgebase/techarticles/detail/34639

-show me-

1/4

10/7/2014

34639 - Create a SQL Server Authenticated user in SQL Server 2005

If 'Enforce password policy' is not unchecked, the password must contain both alpha and numeric characters.
6. Click 'User Mapping' at the top left under 'Select a Page'.
7. Check the database(s) to apply the user to, and type in the username for 'Default Schema'.

http://support.esri.com/cn/knowledgebase/techarticles/detail/34639

-show me-

2/4

10/7/2014

34639 - Create a SQL Server Authenticated user in SQL Server 2005

The User and Default Schema must match for SQL Server Authentication.
8. 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. See the
steps below for the procedure to assign the additional permissions.
9. Right-click on the database in which the user was applied > Properties.
10. Select 'Permissions' from the top left corner of the 'Database Properties' dialog box under the 'Select a Page' heading.
11. Select the newly added user on the right.
12. Below the user is a list of permissions. Apply the following permissions to the user by checking the box under 'Grant':
CONNECT
CREATE FUNCTION
CREATE PROCEDURE
CREATE TABLE
CREATE VIEW
-show me-

http://support.esri.com/cn/knowledgebase/techarticles/detail/34639

3/4

10/7/2014

34639 - Create a SQL Server Authenticated user in SQL Server 2005

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

Related Information

An overview of user accounts
Adding users to an ArcSDE geodatabase
User permissions
Password Policy

Created: 4/8/2008
Last Modified: 5/3/2011
If you would like to post a comment, please login

http://support.esri.com/cn/knowledgebase/techarticles/detail/34639

4/4

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close