I am playing around with the Visual Studio Team Suite Database Edition GDR, and I've imported several of our databases.
I have literally thousands of warnings, most of which are unresolved references.
I understand when we don't have SchemaName.dbo.TableName for external references, but why would there be warnings (even errors) when the Table exists in the local context (with all the referenced columns) and it's fully qualified?
What am I missing? There are so many of these, it has to be simple -- like me, apparently ;-)
Any guidance much appreciated - Jonathan