How to decentralize users in MS SQL Server
Administrators can create, delete or deny permissions in MS SQL Server. The permissions here refer to database access (CSDL). You can create, delete or deny permissions in MS SQL Server.
To decentralize, use 1 of 2 ways.
Method 1: Use T-SQL
Use <database name>Grant <permission name> on <object name> to <usernameprinciple>
For example:
To authorize the user named TestUser on the object TestTable on the database named TestDB, run the following query.
USE TestDBGOGrant select on TestTable to TestUser
Method 2: Use SQL Server Management Studio SSMS
Step 1 : Connect to the database, expand the directory as shown in the image below.
Open the Security> Users folder and find the username you want to decentralize
Step 2 : Right-click TestUser and select Properties. The screen below will appear.
TestUser user management screen
Step 3 : Use Search to search and then select the object you want to decentralize, here is the Table TestTable.
Step 4 : Click on the TestTable table , then select the Grant checkbox for the operations in the list below as shown in the image below. In this example, the right to select a table (Select) is given.
Tick select the authority box
Step 5 : Click OK to complete the authorization.
- The difference between web server and app server
- How to create users in MS SQL Server
- Network basics: Part 3 - DNS Server
- Instructions for setting up individual FTP Server with FileZilla
- SQL Server 2022 Installation Guide
- How to connect to an FTP Server from Windows Explorer?
- How to set up your own Git server on Linux
- Use IIS to set up FTP Server on Windows
- How to Configure Users and Groups in OS X Mavericks Server App 3.X
- How to change DNS server on the most popular routers
- What is VPS? VPS used to do? What is VPS different from Server?
- Transfer from Linux Mail Server to Exchange Server 2007 (Part 3)
- 7 great ideas using Raspberry Pi as a server
- How to change DNS server on Chromebook