We currently have SQL 2005 on our dev server. I have received SQL SERVER 2014 DEV edition and installed it on the same server. When I connect with servermanager on are connection string in our app the data source is our server name. Now that
there are 2 SQL instances on that server when I use the server name I am connected to the 2005 instance how do I connect to the 2014 instance. the 2005 is MSSQLServer the 2014 is MS2014SQLServer. I have tried ServerName\MS2014SQLServer
but it cannot find the server name. and when I try servername\MSSQLServer it also does not work so I assume this is not the proper way to connect.
↧