












Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of authentication in sql server, including different types of authentication (windows and sql server), managing users and their roles and permissions, auditing access, and best practices. It covers topics such as logins, server authentication, managing users, roles, permissions, and auditing access. It also discusses best practices for securing sql server.
Typology: Slides
1 / 20
This page cannot be seen from the preview
Don't miss anything!













through Active Directory
client and the server
useful for remote logins)
‘Standard login’
exec sp_addlogin ‘dave’ ‘getgo’ ‘pubs’
command is “Master”
encryption for password
user from SQL Server
exec sp_grantlogin ‘dave’ ‘getgo’ ‘pubs’
REVOKE, DENY
overrides any other permissions
DENY that is in effect
role
SQL Server authentication