Viewing 2 posts - 16 through 17 (of 17 total)
Wow, seriously? So it will just keep adding space to the table?
If that's the case, what is the best approach to deal with this type of situation? I use the...
November 10, 2016 at 9:35 am
#1911696
I ran this:
select
o.name,
o.object_id,
case
when p.index_id = 0 then 'Heap'
...
November 10, 2016 at 9:19 am
#1911691