SQL Azure table size

Posted by user224564 on Stack Overflow See other posts from Stack Overflow or by user224564
Published on 2009-12-24T06:39:06Z Indexed on 2010/03/12 6:17 UTC
Read the original article Hit count: 1047

Filed under:
|
|
|

In mssql2005 when i want to get size of table in MBs, i use EXEC sp_spaceused 'table'. Is there any way to get space used by particular table in SQL Azure using some query or API?

© Stack Overflow or respective owner

Related posts about Azure

Related posts about sql