Get Sql Azure DB size in GB



SELECT sum(reserved_page_count) * 8.0 / 1024 / 1000 
    FROM sys.dm_db_partition_stats

Comments

Popular posts from this blog

Windows Azure Package Build Error: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

Resource ID : 1. The request limit for the database is 180 and has been reached.

How to get Client's Location using IPAddress