How to Find The SQL Express Instance Name

IT Support Forum Forums Databases Microsoft SQL Server 2012 General Discussion How to Find The SQL Express Instance Name

Tagged: 

Viewing 0 reply threads
  • Author
    Posts
    • #1756
      Webmaster
      Keymaster

      Here’s how to find the name of all SQL Express instances installed on a computer. To get a lsit of SQL Express instance names, run this command in an elevated command prompt:

      SQLCMD -L

      Alternatively, run this command:

      osql -L

      ❗ Note: You must use a capital L for the command line switch!

      It takes about a minute to run and will return a list of all SQL Express instances installed on the computer.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.