I was doing some testing on our UAT environment so I deleted all the rows in a big table. Then I ran a shrink on the affected file names.
However, I am still seeing the original size taken up by the table (60gb), even though there are 0 rows. Upon a further look, there is a NULL index (i think this means non-indexed, so the PK is used) taking up 30gb and 30gb of "free space" for this table.
How can I get both the index space and "Free space" back to 0gb?
Thanks! Allen