I am using SQL Server 2012, in this I want to obtain informations about the Store volume in the several data Tables. Therefore I use this query:
USE msdb; --DATABASE
EXEC sp_spaceused 'people';--TABLENAME
This is only working for tables that I have defined.
But how can I have access to System tables like sys.trace_xe_action_map