Viewing 2 posts - 1 through 2 (of 2 total)
That sounds kinda terrible. Just for reference, I was able to see the sys.sql_logins view(not greyed out) from SSMS 2014 and I was able to right+click and SELECT TOP 1000....
August 11, 2016 at 9:11 am
#1895020
What version of SQL Azure are you on? I was able to use this just fine: SELECT * FROM master.sys.sql_logins
I also know that SQL Azure doesn't like switching database contexts....
August 11, 2016 at 8:40 am
#1895010