I would like to do a link between system table.
- From: zoltix <zoltix@xxxxxxxxx>
- Date: Thu, 15 Nov 2007 01:16:56 -0800 (PST)
Hi,
I would like to do a link between system table. My goal is to link the
security's tables with the session's tables, To see the security for
the current user. For example I would to do a request select * from
sys. sys.dm_exec_connections inner join....sys.database_permissions to
see if this user has the privilège for doing a "select"
Therefore how can I do a link between sys.dm_exec_connections (Current
session @@spid) and sys.database_permissions(define all permissions on
db) or perhaps other to see what I want.
Thank a lot for your response...
.
- Follow-Ups:
- Re: I would like to do a link between system table.
- From: zoltix
- Re: I would like to do a link between system table.
- From: zoltix
- Re: I would like to do a link between system table.
- Prev by Date: Re: Help with SQL query; Hourly data by day...
- Next by Date: TSQL : How to test if an user have access to a tables in read, select, append, delete
- Previous by thread: Help with SQL query; Hourly data by day...
- Next by thread: Re: I would like to do a link between system table.
- Index(es):
Relevant Pages
|