
Hi All,
I need to find out axapta database size using x++ code. I was searching for any method/class that can help me here.
But could not find anything yet. Please help.
Thanks
Manoj Parashar
*This post is locked for comments
I have the same question (0)I'm not aware of this information being available through any X++ API, but you could query DB directly through the Statement class. Probably the easiest way in T-SQL is EXEC sp_spaceused.