Hello experts,
Is there a ready-made query out there that I could run on a server to list all the logins that have the ability to alter DDL in any of the databases?
I know some of this can be retrieved by finding members of db_ddladmin, but there could also be individually granted permissions for db users that I want to find as well, preferably without having to run a general permissions script that I would have to filter (read/write permissions, etc.).
Thanks for any help.
-- webrunner