I have both SQL Server 2005 and 2008 installed on my machine. Only the 2005 instance is being detected as running (via Windows apps, like Management Studio and LightSwitch). How do I change the running instance to the 2008 version?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sounds like your default instance is 2005. Your 2008 instance must be named instance:
http://msdn.microsoft.com/en-us/library/ms143531.aspx
You can connect to a named instance using the server\instance notation
http://www.compiledthoughts.com/2009/04/understanding-ms-sql-server-named.html