Knowledge Base

Snippets

18
select dp2.name as role, dp1.name as owner from sys.database_principals as dp1 inner join sys.database_principals as dp2 on dp1.principal_id = dp2.owning_principal_id where dp1.name = 'myUserName'

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.