SQL Server creates users and assigns permissions

Source: Internet
Author: User

SQL Server creates users and assigns permissions

On the server side, create the database and create the users and permissions:

1. Create User:

Open SQL Server Manager with Admin user, security-login name, right-click New user.
Add: Login name: user1, and SQL Server identity password. Remove the "Enforce password policy".
Select the default database and the default language is Simplified Chinese.

On the Server Roles page: select public.
On the User Mapping page: Select database: such as data.
On the Status page: Select Grant, Enabled. Click OK. User creation has been completed with only the primary permission.

2, the allocation of access rights to establish a database:

With the administrator user, make the database data, attributes--permissions, for User1 users, assign Select, add, modify, delete, execute permissions.

8 Permissions: Connect, select, insert, change, UPDATE, delete, execute, view database status.

3. New user test:

Disconnect, log in with User1 user, test Add, modify, delete function is normal.

SQL Server creates users and assigns permissions

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.