December 22, 2008 at 8:15 am
i am doing an upgrade from SQL Server 2008 Evaluation Edition to Developers Edition.
Should i uninstall the Evaluation Edition or is it OK to install the developers edition as a new instance ?
Thanks
December 22, 2008 at 1:37 pm
You should be able to do a inplace upgrade from Evaluation to Developer in 2008 without problems.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 22, 2008 at 1:42 pm
Thanks:)
December 22, 2008 at 2:09 pm
How do you access the second instance ?
I have the original default instance, which was the Evaluation Edition, and a new instance which is named 'Developer Edition'.
In SQL Mgmt Studio it always goes to the Default Instance.
Thanks
December 22, 2008 at 3:14 pm
Type .\Developer Edition in server name box under management studio.
MJ
December 22, 2008 at 6:24 pm
You shouldn't have had to install the named instance. You should have been able to migrate the default instance from Eval to Dev using the installer. This would be equivalent to a SKUUPGRADE=1 in 2005.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 23, 2008 at 5:39 am
Thanks for the feedback.
Once i copy my DB's over, can i not just delete the original instance ?
December 23, 2008 at 7:59 am
You can, but SQL 2008 is then running in a named instance. I prefer to keep it in the default instance unless it is intentionally going to be a multi-instance server.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 23, 2008 at 8:05 am
I restored my DB to the new instance and now get:
Microsoft SQL Server Login
Connection failed:
SQL State: '01000'
SQL Server Error: 53
[Microsoft][ODBC SQL Server Driver][DBNETLIB]
Connection open
(connect ( ) )
Connection failed:
SQL State: '08001'
SQL Server Error: 17
Nothing has really changed other than the new instance ?
December 23, 2008 at 8:14 am
Did you change your connection string to point to the named instance?
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
December 23, 2008 at 8:18 am
yes and when i do an ODBC test connection it works ?
December 23, 2008 at 8:27 am
Please write a full question in your post and provide information for people that are scanning the forums. The full title doesn't appear and we are not using that to figure out what you are asking.
December 23, 2008 at 8:34 am
I dont understand ?
I asked a full question and was in the middle of an ongoing dialogue.
Where would you lioke me to add information ?
December 23, 2008 at 11:29 am
What are the network protocols enabled for this new instance?
MJ
December 23, 2008 at 11:31 am
Not sure what you mean ?
Viewing 15 posts - 1 through 15 (of 16 total)
You must be logged in to reply to this topic. Login to reply