August 11, 2010 at 8:12 am
Hi All
I have attached one document.
Desciption is given in the same doc.
select DB_NAME(DB_ID())DATABASE_NAME, m.name MEMBER_NAME,g.gid,
g.name DB_ROLE,'ALL' OBJECTNAME,'ALL' ID,
case
when g.name = 'db_owner' THEN 'SELECT, INSERT, UPDATE, DELETE, EXECUTE'
when g.name = 'db_datareader' THEN 'SELECT'
when g.name = 'db_datawriter' THEN 'SELECT, INSERT, UPDATE, DELETE'
else g.name
end AS RolePrivs
from sys.sysmembers join sys.sysusers g
on groupuid = g.uid
join sys.sysusers m
on memberuid = m.uid
August 11, 2010 at 8:20 am
August 11, 2010 at 8:43 am
I have attach the document in excel file with desciption.
I hope that would be k this time.
Thanks a lot
August 11, 2010 at 8:50 am
EasyBoy (8/11/2010)
I have attach the document in excel file with desciption.I hope that would be k this time.
Thanks a lot
Nope.
Please read the article[/url] that ColdCoffee pointed you at and supply the information as it describes.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply