Complete a Server Assessment – Azure Database Resource Stats

Below you will find the code for Azure Database Resource Stats.  Simply select the text and copy to the Clipboard.

Return to Code Library Main Page

SELECT
*
FROM sys.dm_db_resource_stats;

This code was written using the Microsoft SQL Server documentation.  If you find that this code was copied from else where, please let me know so I can give proper credit.