Hi,
I know to get the size of the table by using "sp_spaceused 'TableName'" and size of the column by using
"select SUM(datalength(columnName)) from TableName where columnName like '%value%' "
Please help me to get the size of the table using where clause ?
Thank you .