Re: Retrieving ALL Object Privs for ALL Users in ALL Databases
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 05/15/05
- Next message: Hal Heinrich: "How to determine EXEC permission to an extended stored procedure?"
- Previous message: Uri Dimant: "Re: Retrieving ALL Object Privs for ALL Users in ALL Databases"
- In reply to: Michelle: "Retrieving ALL Object Privs for ALL Users in ALL Databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 15 May 2005 15:14:31 +0530
Hi,
Execute SP_helprotect from Query Analyzer. This will give you the full
permission for all users in a database. If you have multiple database then
either execute the stored procedure sepeeately for each databases or write a
script to fire this procedure for all databases.
Thanks
Hari
SQL Server MVP
"Michelle" <smiley2211@yahoo.com> wrote in message
news:OPhCB0$VFHA.2684@TK2MSFTNGP09.phx.gbl...
> Hi All,
>
> Does someone have a procedure that will loop through ALL databases and get
> the object priviledges for ALL users in the database?
>
> Thanks...M
>
- Next message: Hal Heinrich: "How to determine EXEC permission to an extended stored procedure?"
- Previous message: Uri Dimant: "Re: Retrieving ALL Object Privs for ALL Users in ALL Databases"
- In reply to: Michelle: "Retrieving ALL Object Privs for ALL Users in ALL Databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|