Is it possible to ignore the schema in object names when comparing databases using Visual Studio 2010 Schema Compare? For example, I’d like [dbo].[mysproc] and [mysproc] to be considered equivalent.
Is it possible to ignore the schema in object names when comparing databases using
Share
Are these references in stored procedures?
I don’t think that there’s any way of achieving this. As far as I’m aware stored procedures are compared textually, rather than semantically.