Finding the Size of INDEX on Specific TABLE in SQL SERVERLajapathy Arun14yPublished Jul 4, 2012, 12:00 AMUpdated Jul 4, 2012, 8:40 AM4k00Reactions×25BlogFinding the Size of INDEX on Specific TABLE in SQL SERVER use Northwind SELECT object_name(object_id) as TableName, * FROM sys.indexes --Syntax exec sp_spaceused 'TableName' -- Check the size of index exec sp_spaceused 'Employees'Thanks:)CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.