Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 - General
»
Script to get list of databases for which a...
Script to get list of databases for which a user has db_owner database role ?
Rate Topic
Display Mode
Topic Options
Author
Message
Mani-584606
Mani-584606
Posted Wednesday, November 21, 2012 3:52 PM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 1:28 PM
Points: 535,
Visits: 1,797
What is the command to get list of databases for which a user has db_owner database role ?
Post #1387642
anthony.green
anthony.green
Posted Thursday, November 22, 2012 1:47 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
You would need to loop through every database quering sys.database_role_members and sys.database_principals.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1387754
samihcl
samihcl
Posted Thursday, November 22, 2012 2:49 AM
Forum Newbie
Group: General Forum Members
Last Login: Wednesday, May 22, 2013 5:51 AM
Points: 5,
Visits: 30
Thanks for your immediate replay..
As i am oracle dba,not no much about pt in sql server 2008..
Pls elobrat your answer so it will help me lot .
Regards,
Post #1387789
AJ@SQL
AJ@SQL
Posted Thursday, November 22, 2012 2:59 AM
SSC Rookie
Group: General Forum Members
Last Login: Monday, April 08, 2013 2:33 AM
Points: 31,
Visits: 275
I also wanted something similar recently and used this article to get the list!
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=172689
You may want to set a filter in the at the end as: loginname='<required user>'
Hope this helps!
Post #1387796
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.