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?
Is it possible?
And if possible, is it possible to compile created in VS azure cloud project, having only .net35 and azure SDKs installed, also without VS?