A duplicate object name has been found.
AdamRink
Posts: 13
I keep getting this error:
A duplicate object name has been found. This may occur if the SQL Server that you are registering is case sensitive but the case sensitive option is not set.
I cannot figure out which objects these might be? How can I find which objects these are?
Our database collation is Latin_General_Bin . We also have named the same objects in different schemas.
A duplicate object name has been found. This may occur if the SQL Server that you are registering is case sensitive but the case sensitive option is not set.
I cannot figure out which objects these might be? How can I find which objects these are?
Our database collation is Latin_General_Bin . We also have named the same objects in different schemas.
Comments
Sometimes this happens because you have database folders nested inside database folders. Or "migration scripts", if you are using those.
Sorry it's not easier to work out why it's broken and how to fix it.