hi,
I am experiencing problem with site's search feature so, here is a question where i am stuck. Not actually stuck but i want to do it this way. I want to find index name which i can use as parameter for dbcc dbreindex statement. I have index id but not name. Enterprise manager can be used to get name and i will eventually but, i think index name can be find using T-sql statement / system table.
Remember index id is 255 so there is no name in 'name' column of sysindexes table istead there is a table name. Where else i can get index name?
bye
miq
I am experiencing problem with site's search feature so, here is a question where i am stuck. Not actually stuck but i want to do it this way. I want to find index name which i can use as parameter for dbcc dbreindex statement. I have index id but not name. Enterprise manager can be used to get name and i will eventually but, i think index name can be find using T-sql statement / system table.
Remember index id is 255 so there is no name in 'name' column of sysindexes table istead there is a table name. Where else i can get index name?
bye
miq