I know how to create tables in SQL server 2005. However due to system problems I reinstalled SQL Server 2005. After that I select the option like this:

Start > Programs > Microsoft SQL Server 2005 > SQL Server Management Studio Express

My problem is that SQL Server Management Studio Express does not exist.

How can I solve this?

link|improve this question
Dupe. You have already asked this question today: stackoverflow.com/questions/2396273/sql-server-2005 – slugster Mar 8 '10 at 7:51
Took me a while to find, but i knew i'd seen it before. – slugster Mar 8 '10 at 7:52
feedback

migrated from stackoverflow.com Mar 9 '10 at 4:46

This question came from our site for professional and enthusiast programmers.

2 Answers

MSSQL 2005 Express does not come with MSSQL Management Studio Express, that is a separate (but free) download:

http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&DisplayLang=en

link|improve this answer
feedback

i think you not correctly install sql server.you remove that completely and then reinstall correctly

link|improve this answer
1  
yes ratty is right, you have not intsalled correct. Reinstall it and when you do it check for the advanced setting. – Malcolm Mar 8 '10 at 7:32
feedback

Your Answer

 
or
required, but never shown