SMS SQL to See the Size of a Table
The following will show you the size of your software inventory table. Change the table name to view other table sizes. Replace yourSMSdbName with the name of your SMS database.
----Begin SQL----
EXEC sp_spaceused N'yourSMSdbName.dbo.SoftwareInventory';
----End SQL----
----Begin SQL----
EXEC sp_spaceused N'yourSMSdbName.dbo.SoftwareInventory';
----End SQL----
About the Author
Emmanuel Tsouris is a Systems Management veteran and Developer Advocate specializing in PowerShell and Cloud Automation. He maintains DotVBS to preserve legacy knowledge for the "archaeologist admin."
Ready to move from VBScript to the Cloud? Check out his book, Pro PowerShell for Amazon Web Services.
Visit EmmanuelTsouris.com for his latest projects.
As an Amazon Associate, I earn from qualifying purchases at no cost to you.
Comments