I'm trying to get the database_size value of SQL Server (Data Warehouse)
As far as i know, we have sp_spaceused that can be used to check database_size
But i couldn't find any solution to help grep the number of database_size value
Another solution is not using spaceused, but since Azure DWH doesn't allow sys.master_file, other solution also didn't work.
Any help would be greatly appreciated!