Hi,
Try this:
Find your groupid by running
select * from sysfilegroups
Then run
select object_name(id) from sysindexes
where groupid = your_groupid
Hope this helps,
Ben Nevarez
> hi all,
>
[quoted text clipped - 10 lines]
>
> Gigel
gigel - 30 Jan 2008 20:36 GMT
Thanks for your reply Ben.
I did help. I found a bunch of indexes, all id 255, all dpages = 0. I assume
they don't take up any space.
I tried dropping them but I got Cannot drop the index 'X.Y' because it is a
system index.
Gigel
> Hi,
>
[quoted text clipped - 28 lines]
>>
>> Gigel
Tibor Karaszi - 30 Jan 2008 21:02 GMT
255 are pages for text, ntext or image column datatypes.

Signature
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
> Thanks for your reply Ben.
>
[quoted text clipped - 38 lines]
>>>
>>> Gigel
gigel - 30 Jan 2008 21:24 GMT
That was it. Thanks a lot guys.
Gigel
> 255 are pages for text, ntext or image column datatypes.
>
[quoted text clipped - 41 lines]
>>>>
>>>> Gigel