Link to home
Start Free TrialLog in
Avatar of scm0sml
scm0sml

asked on

creating a new sql server 2008 database

Hi,

This is no doubt a stupid question....

I had sql server 2005 installed for ages and have a lot of 2005 databases.

I installed sql server 2008 but can't create a 2008 database, I only have 2005 as an option.

How can I get the ability to create a 2008 version?
Avatar of rbgCODE
rbgCODE
Flag of United States of America image

It depends the name of the sql instance, and you need to make sure you connect to that instance to be able to control it.  Instead of SQLSERVER or SQLEXPRESS it may be SQLSERVER2 or such.  You can go to the configuration tools and configuration manager to ensure the service is running as well as the service name.
Avatar of scm0sml
scm0sml

ASKER

I can only see a mention of the sqlexpress instance.... which is the 2005 version?
if you installed 2008 as well it could be under a different configuration utility.  I know in windows 7 it can be found at:

C:\Windows\System32\mmc.exe /32 C:\Windows\system32\SQLServerManager10.msc
Avatar of scm0sml

ASKER

I've attached what I get when I run it and right clicked properties on the service.... User generated image
ASKER CERTIFIED SOLUTION
Avatar of rbgCODE
rbgCODE
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Anthony Perkins
>>I installed sql server 2008 but can't create a 2008 database, I only have 2005 as an option.<<
That would be because you are attempting to create the database on the 2005 instance as opposed to the 2008 instance.