Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8648405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T13:18:22+00:00 2026-06-12T13:18:22+00:00

I just downloaded the latest version of SQL Express 2012 but I cannot connect

  • 0

I just downloaded the latest version of SQL Express 2012 but I cannot connect to localhost. I tried localhost\SQLExpress and Windows authentication but it gives me an error message saying cannot connect. Am I missing something here? I’ve used SQL Server 2008 before and I’ve never had issues connecting to localhost. It seems that it can’t even find it. Also in the Services I only see a SQL Server VSS Writer. Is this the way it should be? Or am I missing something? Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T13:18:23+00:00Added an answer on June 12, 2026 at 1:18 pm

    According to Aaron Bertand:

    1. You need to verify that the SQL Server service is running. You can do this by going to Start > Control Panel > Administrative Tools > Services, and checking that the service SQL Server (SQLEXPRESS) is running. If not, start it.

    2. While you’re in the services applet, also make sure that the service SQL Browser is started. If not, start it.

    3. You need to make sure that SQL Server is allowed to use TCP/IP or named pipes. You can turn these on by opening the SQL Server Configuration Manager in Start > Programs > Microsoft SQL Server 2012 > Configuration Tools (or SQL Server Configuration Manager), and make sure that TCP/IP and Named Pipes are enabled. If you don’t find the SQL Server Configuration Manager in the Start Menu you can launch the MMC snap-in manually. Check SQL Server Configuration Manager for the path to the snap-in according to your version.

      SQL Server Configuration Manager

    4. Verify your SQL Server connection authentication mode matches your connection string:

      • If you’re connecting using a username and password, you need to configure SQL Server to accept “SQL Server Authentication Mode”:

        -- YOU MUST RESTART YOUR SQL SERVER AFTER RUNNING THIS!
        USE [master]
        GO
        DECLARE @SqlServerAndWindowsAuthenticationMode INT = 2;
        EXEC xp_instance_regwrite
          N'HKEY_LOCAL_MACHINE',
          N'Software\Microsoft\MSSQLServer\MSSQLServer',
          N'LoginMode',
          REG_DWORD,
          @SqlServerAndWindowsAuthenticationMode;
        GO
        
      • If you’re connecting using “Integrated Security=true” (Windows Mode), and this error only comes up when debugging in web applications, then you need to add the ApplicationPoolIdentity as a SQL Server login:
    5. otherwise, run Start -> Run -> Services.msc If so, is it running?

    If it’s not running then

    It sounds like you didn’t get everything installed. Launch the install file and chose the option “New installation or add features to an existing installation”. From there you should be able to make sure the database engine service gets installed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just downloaded the latest version of SmartMusic (http://www.smartmusic.com) and tried running it for
I just downloaded the latest version of Opera. Is there a way to make
I have just downloaded the latest xdebug for my windows machine running wamp and
I just downloaded the latest version of AFNetworking from github . I drag the
I'm trying to use skipfish on ubuntu latest version that I just downloaded. I'm
I have a Mac running Lion and I just downloaded latest version of apache.
I am working on an android project and just downloaded the latest version of
so, I just downloaded the latest Version of chipmunk, and when I run the
Operating system: Windows XP SP3 (Unfortunately) I have downloaded and installed the latest version
I just downloaded the latest version of Netbeans - 6.9.1. I've been using 6.8

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.