Re: SQL Server application role
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Fri, 23 Apr 2010 23:51:00 +0200
.. (nothing@xxxxxxxxxxx) writes:
Quick question in that when creating a SQL Server Role type of
Application, would this be considered a type of Impersonation method for
say a user who doesn't have rights to a table but this new app role
does?
That is up to the definition of "impersonation" you use, but to some
extent you could say it is, since USER etc return the name of the
application role, and not your username in the database. However, on
server-level there is no impersonation; SYSTEM_USER still returns your
login.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: SQL Server application role
- From: .
- Re: SQL Server application role
- References:
- SQL Server application role
- From: .
- SQL Server application role
- Prev by Date: SQL Server application role
- Next by Date: Changed login method causing errors to databases
- Previous by thread: SQL Server application role
- Next by thread: Re: SQL Server application role
- Index(es):
Relevant Pages
|