SQL Server - SPLessons

SQL Server Permissions

Home > Lesson > Chapter 9
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

SQL Server Permissions

Permissions

shape Description

Permissions describes the policies and the guidelines for administering the categories of avenue that govern the standard principals that need to be securables. Grant and Revoke are the permission used in SQL Server and at the same time the user can deny the permissions to the SQL Server.

Key Features

shape Description

Microsoft SQL Server consists of some of the key applications that provides some of the pictorial sessions such as:

Steps For Accessing The Permissions

shape Description

Following are the steps that describes the functional procedures for accessing the permissions.

shape Step - 1

Open SQL Server Management Studio(SSMS) tool.

shape Step - 2

Select Server name and click on Connect button.

shape Step - 3

Then it will display the object explorer with the SQL Server details.

shape Step - 4

Expand Splessons-2\SQL2012(SQL SERVER 1) it will displays some of the standard object explorers.

shape Step - 5

Expand Security.

shape Step - 6

In secutities, double click on Splessons-2\kalyan.varkala.

shape Step - 7

It will display the Login Properties.

shape Step - 8

In the login properties select Securables and check the box where the permission need to be granted and click on OK button.

User permissions

shape Description

By using this permission concepts, the SQL Server Administrator will grant all the privileges for each and every user or client. And by following the above steps the user can able to create a database ,drop a database, alter all the specification in deeds in the SQL Server database.

Summary

shape Key Points

  • Permissions - Grant and Revoke are the permissions that are used in SQL Server database for accessing the specific indeeds of a particular user.