I have two development teams, that come from different groups. Group A develops against a local default instance of Sql Server 2008 R2; Group B develops against a local named instance of Sql Server 2008 R2.
Is there a way to setup an alias such that both groups are coding against the same name. As it stands right now we have a war of connectionStrings as group B changes (local) to ./DEV and group A changes it back again.