Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop auto generated index?
Message
From
05/10/2001 16:52:40
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Database design
Title:
Drop auto generated index?
Miscellaneous
Thread ID:
00565011
Message ID:
00565011
Views:
43
Hi,

How can I explicitely delete one of SQL Servers "auto created" indexes? It's easy enough to find it in the sysindexes table, but trying to delete it by name with "drop index" yields a
Cannot drop the index '_WA......', because it does not exist in the system catalog.
message.

So - how can I delete it? Does just removing it from sysindexes "delete" the actual index? Will SQL server eventually remove it itself once I have a 'real' index in place that serves the same purpose?

TIA,
Ken B. Matson
GCom2 Solutions
Next
Reply
Map
View

Click here to load this message in the networking platform