Is it possible to redirect (or create an alias) so that requests for a default instance of SQL redirect to a named instance?
Scenario is I have SQL 2008 R2 installed as a named instance MACHINENAME\SQL2008R2 and i have some scripts which i cannot update that are trying to connect to a Default instance of sql (either via Data Source=. or Data Source=MACHINENAME) and i would like them to run against the named instance instead of having to install a new Default instance. Is it possible?
MachineName\SQL2008R2to 1433 be enough? – jscott Mar 12 '12 at 16:56