Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Vack
Aged Yak Warrior
530 Posts |
Posted - 2012-01-10 : 09:27:25
|
I'm trying to install SQL 2008 Standard on a windows 7 Pro 64 bit machine. The install seems to go fine. but when I go to management studio it says SQLEXPRESS and I'm unable to connect. I do the same installation on an XP Pro machine and have not problems at all. Are there special steps needed to install on a 64 bit machine? |
|
sunitabeck
Master Smack Fu Yak Hacker
5155 Posts |
Posted - 2012-01-10 : 10:48:23
|
You shouldn't need to do anything special simply because the OS is 64-bit to use SSMS. See if SQL server is running from services.msc. Start->Run->services.msc. Also, if it is a named instance, the instance name will be in brackets (for default it should be MSSQLSERVER). |
 |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2012-01-10 : 10:53:33
|
You can't install Standard edition on Win 7 Pro. Only Developer or Express editionMy guess is SQL 2008 Std engine was not install at all. You might already have SQL Express installed in your Win 7 machine. KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|