You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lesson 2: Configuring Permissions on Database Objects | Microsoft Docs
ms.custom
ms.date
03/01/2017
ms.prod
sql-server-2016
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic
article
applies_to
SQL Server 2016
helpviewer_keywords
database permissions
ms.assetid
f964b66a-ec32-44c2-a185-6a0f173bfa22
caps.latest.revision
12
author
BYHAM
ms.author
rickbyh
manager
jhubbard
Lesson 2: Configuring Permissions on Database Objects
Granting a user access to a database involves three steps. First, you create a login. The login lets the user connect to the [!INCLUDEssDEnoversion]. Then you configure the login as a user in the specified database. And finally, you grant that user permission to database objects. This lesson shows you these three steps, and shows you how to create a view and a stored procedure as the object.