It seems that I’m getting a conflict when trying to make a relationship because of a table I had in my database and then deleted. The table does not show up in the object explorer but the error says “an exception occured, the new name is already in use as a OBJECT name and would cause a duplicate.” Where does one delete all references to the object, not just the table name.
Share
You probably have another object in the database with that name. Run
and see what pops up. (“Objects” includes tables, views, procedure, functions, defaults, and a whole lot of other obscure stuff.)