March 16, 2011 at 12:08 pm
Is space occupied by table = Data Space + Index Space? Is deleting the index only way to reduce Index Space?
March 16, 2011 at 12:37 pm
To better understand the space taken by indexes, and thier usefulness in finding data in a table may I suggest your read this article:
If by "data space" you mean the space taken by the actual values in a column, as the old saying goes "that depends". If for example a column will allow nulls and a non null value is entered into those columns, space in addition to the actual value is required. Tolearn more about this refere to the QOD on March 7, 2011 or use this link
http://www.sqlservercentral.com/questions/Database+Design/72317/
or read this article:
http://sqlskills.com/BLOGS/KIMBERLY/category/SQL-Server-2005.aspx
March 16, 2011 at 12:47 pm
Good article recommendation.
Table Space is largely index space + data space. But deleting an index is not necessarily the solution if you want to free space. What is the root issue and your end-goal?
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy