magritton
12/11/2014 - 9:02 PM

This is an easy way to get the number of rows in a table and the amount of HD space used by the table

This is an easy way to get the number of rows in a table and the amount of HD space used by the table

USE OPWBI
 GO
 EXEC sp_spaceused N'FND_ATTACHED_DOCS_FORM_VL_SSIS'
GO