Hi Mark,
We forgot to mention that we did try these tips earlier, before starting this thread. These options did not work. We tried both single as well as double quotes in the below mentioned way.
1> use saptools
2> go
1> drop index "DBH_STG_THREADS.DBH_STG_THREADS~0"
2> go
Msg 102, Level 15, State 181:
Server 'XYZ', Line 1:
Incorrect syntax near 'index'.
1> drop index DBH_STG_THREADS."DBH_STG_THREADS~0"
2> go
Msg 102, Level 15, State 181:
Server 'XYZ', Line 1:
Incorrect syntax near '.'.
Please advise.
Thanks
Ashish