Ratheesh.K.Nair (4/4/2008)
Hi experts, What is duplicate index and howz its created???
Thanks in Advance
A duplicate index is when you have two (or more) identical (i.e. duplicate) indexes on a table.
You'd never want to create a duplicate index. But if you really wanted to though, create one index and then create the same index again but with a different name.