LOGIN PROBLEM WITH SSMS 2012 ON WIN 7
-
Saturday, September 22, 2012 7:39 PM
I have just downloaded & installed a version of SSMS 2012 from:
http://download.microsoft.com/download/8/D/D/8DD7BDBA-CEF7-4D8E-8C16-D9F69527F909/ENU/x64/SQLManagementStudio_x64_ENU.exe
on my new laptop with Win 7 (64 Bit Version)
I seek to start SQL learning on my very on local laptop but the moment I start the SSMS 2012 I fail to login. Server Type shows Database Engine in read-only mode. No server name is found in either the Local/Netwrok Servers List. DOS CMD osql -L also represents:
Servers:
--NONE--
Upon googling I have found out the following different recommendations and tried them out all without any success while even running the program as an administrator and even if the Firewall is totally turned off:
1. Inserting the computer name (i.e. Faraz) as Server Name and Windows Authentication being used;
2. Using Faraz\SQLExpress encountering the famous problem of server not found or accessible with error: 26
3. Using Faraz\SQLServer2012 encountering the same message;
4. Also no luck with Faraz\SQLServer2008 as Server name;
5. Even the entry (local) also presents the error: 2 with named pipes termed as provider.
Any help in this regard shall be highly obliged, enabling me to start SSMS on my local machine.
Do please note that being a complete novice in this regard, I might even have not downloaded the necessary files. Is it necessary to download some other file as well in addition to the SSMS file (link above)?
Thanks in advance.
Best Regards, Faraz A Qureshi
- Edited by FARAZ A QURESHI Saturday, September 22, 2012 8:17 PM
All Replies
-
Saturday, September 22, 2012 9:25 PMAnswerer
>I have just downloaded & installed a version of SSMS 2012 from:
That is client software, Management Studio. You need the real stuff: SQL Server!
I recommend the Developer Edition for < $50:
The above includes everything, including SSMS.
You can go for the Express free.
Kalman Toth SQL SERVER 2012 & BI TRAINING
New Book: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2012- Edited by Kalman TothMicrosoft Community Contributor, Editor Saturday, September 22, 2012 9:26 PM
- Proposed As Answer by Allen Li - MSFTModerator Monday, September 24, 2012 2:34 AM
- Marked As Answer by Iric WenModerator Friday, September 28, 2012 1:21 AM
-
Saturday, September 22, 2012 9:35 PM
Thanx buddy,
Kindly see if u can provide reference to the necessary files for the Free Express Edition and guide to installation in this regard.
Best Regards, Faraz A Qureshi
-
Saturday, September 22, 2012 9:51 PMAnswerer
Hi Faraz,
Just follow the instructions for SQL Server 2012 Express:
http://www.microsoft.com/sqlserver/en/us/get-sql-server/try-it.aspx
Once you install it, you should see it running in services (instead of SQL12, you will see SQLEXPRESS).
Kalman Toth SQL SERVER 2012 & BI TRAINING
New Book: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2012

