Hello, actually in SQL Azure, you only need to have the "VIEW DATABASE STATE" permissions. You do not have access to the physical server, and the logical server you see on the portal is just a logical container of your databases, which is different from a physical SQL Server, and thus does not have any server states. This is documented in
http://msdn.microsoft.com/en-us/library/ff394114.aspx and
http://msdn.microsoft.com/en-us/library/ff394107.aspx:
If the user has VIEW DATABASE STATE permission on the server, the user will see all executing sessions on the database; otherwise, the user will see only the current session.
Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.