Techy
Techy

Reputation: 2654

SQL Server 2008 not showing the Management Studio option

I know this question is asked for many times.But I am unable to find a solution after googling much.I have installed MSSQL SERVER 2008(64 bit).(Windows 7 OS) in my system.I'm trying to create a new database using SQL Server 2008, and these are the steps that I follow:

Start -> Microsoft SQL Server 2008 ->

I get 2 options:

 Configuration tools
 Import and Export Data (32 bit).

When I choose Configuration tools and then get these options:

 SQL Server Configuration Manager
 SQL Server error and usage reporting
 SQL Server Installation Center

When I click 1. SQL Server Configuration Manager it shows sqlserverservices with status running.Unfortunately I didn't find SQLServer Management Studio inside this.When I searched this in the search bar I found it under the Documents and when I clicked,it shows 4 folders named

I am unable to create database.Guys please help me

Screen shot when I click server management studio

search

Upvotes: 0

Views: 3335

Answers (2)

Mitko
Mitko

Reputation: 41

Maybe you haven't installed Sql Server Management Studio, only Sql Server. Look for Sql Server Management Studio in the start menu and if it's not there then you'll need to install it.

Image: enter image description here

Upvotes: 1

Oasis
Oasis

Reputation: 478

It seems that you have not selected the Management Tools Options while installing the sql server.Check all client tools options with Management Tools option while installing.

Try to reinstall or repair your installation.

After completed your installation Press Windows+R and type SSMS then Press Enter.It will open SQL Server Management studio.

Upvotes: 2

Related Questions