I have two instances of SQL Server 2008 Express and one instance of SQL Server 2012 on my development machine. We're developing an ASP.NET MVC application and use the expression data source=(local); inside of our connectionString in Web.config.
Now my question is what is the logic behind this expression? Which instance gets chosen and how can I change this behavior?