Mar 4, 2010 #1 katekis MIS Feb 12, 2009 66 US Is there a SQL Query I can run on Master to see all the logins that are in the SYSADMIN Server role? Using SQL 2005
Is there a SQL Query I can run on Master to see all the logins that are in the SYSADMIN Server role? Using SQL 2005
Mar 4, 2010 #2 gmmastros Programmer Feb 15, 2005 14,901 US try this: Code: sp_helpsrvrolemember 'sysadmin' -George "The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom Upvote 0 Downvote
try this: Code: sp_helpsrvrolemember 'sysadmin' -George "The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom