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-5 - Summary - Configuring Permissions on Database Objects
[!INCLUDEtsql-appliesto-ss2008-all-md]
Logins give users permissions to connect to [!INCLUDEssNoVersion]. Users are logins that can access a specific database. Use the GRANT statement to give users permission to read and to access and change the data.
A view is a single SELECT statement and looks like a table to the user. A stored procedure is one or more [!INCLUDEtsql] statements that execute as a batch.