I have an index -- let's call it IX_MY_INDEX
-- in a SQL Server table (both compatibility modes 80 and 90) that I would like to determine the size of. How do I do this?
Update: Allain Lalonde's second solution below only works when the compatibility mode is set to 90; however, the particular database I am working on is in compatibility mode 80. Does anyone have a solution for compatibility mode 80?