How to check if my SQL Express is working?

Michael Levin 21 Reputation points
2021-03-25T10:32:51.613+00:00

I'm totally new to SQL and Windows. I need to install a piece of software on my brand new Windows Server system (iMonnit Enterprise) and it required SQL to be running. I installed SQL Express, which didn't complain. Now the iMonnit application wants a Server Name, username, and password in order to connect to the SQL. How do I indicate "localhost" (same machine) to it, and what's the default credentials after install? I tried MONNIT\SQLEXPRESS , sa, and RPSsql12345, but it's not able to access the database. What am I doing wrong - how do I check that the SQL server process is actually working and log on successfully?

Windows for business Windows Server User experience Other
SQL Server Other
{count} votes

Accepted answer
  1. Olaf Helper 47,436 Reputation points
    2021-03-25T12:28:46.64+00:00

    Hello,

    install SSMS = "SQL Server Management Studio" and try to connect with that tool; for a local named instance of Express the default name is ".\SQLEXPRESS"

    Download:
    https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.