I need script for finding out duplicate indexes on tables in sybase.
I need something like this :
to finds partial, or duplicate (loverlapping), indexes that share leading key columns, e.g. Ix1(col1, col2, col3) and Ix2(col1, col2) would be considered duplicate indexes where Ix1 is sufficient...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.