About 884,000 results
Open links in new tab
  1. Where can I find SERVERNAME and INSTANCE name to usethem …

    Apr 28, 2022 · If the SQL instance name is shown as MSSQLSERVER, this is default SQL server instance. > In your case SOMMERWALD\SJUTTON your COMPUTERNAME is …

  2. Database Engine instances (SQL Server) - learn.microsoft.com

    Aug 26, 2025 · Applies to: SQL Server An instance of the Database Engine is a copy of the sqlservr.exe executable that runs as an operating system service. Each instance manages …

  3. @@SERVERNAME (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · SQL Server Setup sets the server name to the computer name during installation. To change the name of the server, use sp_addserver, and then restart SQL Server. With …

  4. Installation Wizard Help - SQL Server | Microsoft Learn

    Nov 18, 2025 · Specify whether to create a default instance or a named instance of SQL Server by using Instance Configuration in the SQL Server Installation Wizard.

  5. Rename a computer that hosts a stand-alone instance of SQL Server

    Jun 3, 2025 · When you rename a computer that hosts an instance of SQL Server, update the system metadata stored in sys.servers.

  6. Building the connection URL with the Microsoft JDBC Driver for …

    Nov 19, 2024 · Named and multiple SQL Server instances SQL Server allows for the installation of multiple database instances per server. Each instance is identifiable by a specific name. To …

  7. MS SQL Server Management Studio - What to enter for Server …

    Feb 12, 2024 · The default instance is unnamed and is shown as the computer name. A named instance displays as the computer name followed by a backward slash () and then the …

  8. A network-related or instance-specific error occurred - SQL Server

    Jan 10, 2025 · Provides troubleshooting steps for network-related or instance-specific errors if you can't connect to an instance of the SQL Server Database Engine on a single server.

  9. SERVERPROPERTY (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · The ServerName property of the SERVERPROPERTY function and @@SERVERNAME return similar information. The ServerName property provides the …

  10. SQL Server Name - Microsoft Q&A

    Jun 18, 2025 · If you installed SQL Server Express Edition with the defaults, you need to specify the instance name after the server name, so it would be any of .\SQLEXPRESS, …