Access permissions on tables for current user
From: Gayatri Sathe (gayatri@persistent.co.in)
Date: 10/04/02
- Next message: Andrew J. Kelly: "Re: Access permissions on tables for current user"
- Previous message: Rob: "Re: SSL Encryption"
- Next in thread: Andrew J. Kelly: "Re: Access permissions on tables for current user"
- Reply: Andrew J. Kelly: "Re: Access permissions on tables for current user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Gayatri Sathe" <gayatri@persistent.co.in> Date: Fri, 4 Oct 2002 19:26:06 +0530
Hi,
I want to find out the access permissions available to the user associated
with the current login for each database in sqlserver. Is this information
available
in some table/s or views?
There is a view TABLE_PRIVILEGES which contains one row for each table
privilege
granted to or by the current user in the current database. But all the
tables on which I have
explicitly granted select permissions to the current user are not present in
the
TABLE_PRIVILEGES view.
Regards,
Gayatri
- Next message: Andrew J. Kelly: "Re: Access permissions on tables for current user"
- Previous message: Rob: "Re: SSL Encryption"
- Next in thread: Andrew J. Kelly: "Re: Access permissions on tables for current user"
- Reply: Andrew J. Kelly: "Re: Access permissions on tables for current user"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|