vote up 1 vote down star

I installed sql server 2008 on my windows 7 rtm, but as you see in the screen shot all its services are stop and when i try to start it fail, also when i try to install SP, it give me a big error message.

Is it not possible to install sql 2008 on windows 7 or what should i fix?

feel free to ask me to know more about the problem.

alt text

flag

Installation and operation problems belong on serverfault, I'd say. – marc_s Oct 4 at 14:50
may be , may be not, really not sure – Amr ElGarhy Oct 4 at 14:56
Maybe User Access Control is causing a problem? – AlexDuggleby Oct 4 at 15:47
@AlexDuggleby i feel that too, but how to solve this issue user access issue? "i am admin on this machine" – Amr ElGarhy Oct 4 at 15:54

1 Answer

vote up 2 vote down check

I'm running Windows 7 and have successfully installed SQL 2008 with no problems. By the looks of your error, it seems that you may have an aborted/failed previous installation.

You should first check out the setup log files which are usually located at %programfiles%\Microsoft SQL Server\100\Setup Bootstrap\Log. Check out this MSDN page for help reading the log file. There may be a clue in there as to why your installation is failing.

You could also check out your server log files in %programfiles%\Microsoft SQL Server\MSSQL.1\MSSQL\LOG for why the service won't start.

All else fails, you should go to Programs and Features to remove anything that is SQL related and start over.

link|flag
I can confirm that SS2008 DOES run on Win7 also. I have it running here. – eidylon Oct 4 at 15:43
can't find any clues which may cause these problems, do you think that removing it and reinstall will solve my problems? – Amr ElGarhy Oct 4 at 15:53
@Amr ElGarhy: That's the most common suggestion I see for this issue. Try removing every SQL-related thing. Then try the install--if it fails, check the logs and do a google or stackoverflow search for the particular problem. – C-Pound Guru Oct 4 at 16:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.