I have a SQL 2005 DB that was upgraded from a SQL 2000 DB. There are multiple schemas with SP's of the same name in more than one schema. Some SP's were originally created while logged in as the schema owner with unqualified names, but were put in the correct schema by default. sp_helptext shows the SP name without a schema qualifier. Scripting these SP's in SSMS shows a qualified SP name. When I import the DB into a SQL 2005 Database Project it imports the unqualified names and thus ends up with duplicate objects.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results