I found in the documentation that In SQL Azure each database has a size limitation. In order for my service to not suddenly come to a halt I'd like to be able to programmatically find the current maximum size and current actually used space
So, How do I find the current maximum allowed size and current actually used space in a SQL Azure database?