You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Start, Stop, Pause, Resume, and Restart SQL Server Services
3
3
description: Find out how to start, stop, pause, resume, or restart various SQL Server services. See how to use Transact-SQL, PowerShell, and other tools for these actions.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 05/19/2025
6
+
ms.date: 07/10/2025
7
7
ms.service: sql
8
8
ms.subservice: configuration
9
9
ms.topic: conceptual
@@ -129,7 +129,7 @@ Use [!INCLUDE [ssmanstudiofull-md](../../includes/ssmanstudiofull-md.md)] to man
129
129
130
130
1. In Object Explorer, connect to the instance of the [!INCLUDE [ssDE](../../includes/ssde-md.md)], right-click the instance of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] you want to start, and then select **Start**, **Stop**, **Pause**, **Resume**, or **Restart**.
131
131
132
-
Or, in Registered Servers, right-click the instance of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] you want to start, point to **Service Control**, and then select **Start**, **Stop**, **Pause**, **Resume**, or **Restart**.
132
+
Or, in Registered Servers, right-click the instance of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] you want to start, point to **Service Control**, and then select **Start**, **Stop**, **Pause**, **Resume**, or **Restart**.
133
133
134
134
1. If the **User Account Control** dialog box appears, select **Yes**.
135
135
@@ -232,7 +232,7 @@ net start "SQL Server Agent (instancename)"
232
232
net start SQLAgent$instancename
233
233
```
234
234
235
-
For information about how to run SQL Server Agent in verbose mode for troubleshooting, see [sqlagent90 Application](../../tools/sqlagent90-application.md).
235
+
For information about how to run SQL Server Agent in verbose mode for troubleshooting, see [sqlagent application](../../tools/sqlagent-application.md).
236
236
237
237
<aid="Browser"></a>
238
238
@@ -381,6 +381,6 @@ When you attempt to start [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.
381
381
## Related content
382
382
383
383
-[SQL Server installation guide](../install-windows/install-sql-server.md)
384
-
-[View and Read SQL Server Setup Log Files](../install-windows/view-and-read-sql-server-setup-log-files.md)
384
+
-[View and read SQL Server Setup log files](../install-windows/view-and-read-sql-server-setup-log-files.md)
385
385
-[SQL Server Configuration Manager](../../relational-databases/sql-server-configuration-manager.md)
386
-
-[Start SQL Server with Minimal Configuration](start-sql-server-with-minimal-configuration.md)
386
+
-[Start SQL Server with minimal configuration](start-sql-server-with-minimal-configuration.md)
Copy file name to clipboardExpand all lines: docs/database-engine/install-windows/configure-sql-server-on-a-server-core-installation.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Configure Server Core Installation
3
3
description: This article covers details about configuring SQL Server on a Server Core installation, including troubleshooting tools.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 06/03/2025
6
+
ms.date: 07/10/2025
7
7
ms.service: sql
8
8
ms.subservice: install
9
9
ms.topic: install-set-up-deploy
@@ -166,15 +166,15 @@ Perform the following actions to configure remote access of a [!INCLUDE [ssNoVer
166
166
167
167
### Enable remote connections on the SQL Server instance
168
168
169
-
To enable remote connections, use SQLCMD.exe locally and execute the following statements against the Server Core instance:
169
+
To enable remote connections, use **sqlcmd** locally and execute the following statements against the Server Core instance:
170
170
171
-
-`EXEC sys.sp_configure N'remote access', N'1'`
171
+
```sql
172
+
EXEC sys.sp_configure N'remote access', N'1';
173
+
GO
172
174
173
-
`GO`
174
-
175
-
-`RECONFIGURE WITH OVERRIDE`
176
-
177
-
`GO`
175
+
RECONFIGURE WITH OVERRIDE
176
+
GO
177
+
```
178
178
179
179
### Enable and start the SQL Server Browser service
180
180
@@ -241,7 +241,7 @@ You can use the following command prompt utilities that enable you to script [!I
241
241
|[dtexec](../../integration-services/packages/dtexec-utility.md)| Used to configure and execute an [!INCLUDE [ssISnoversion](../../includes/ssisnoversion-md.md)] package. |[!INCLUDE [ssinstallpath-md](../../includes/ssinstallpath-md.md)]DTS\Binn |
242
242
|[dtutil](../../integration-services/dtutil-utility.md)| Used to manage SSIS packages. |[!INCLUDE [ssinstallpath-md](../../includes/ssinstallpath-md.md)]DTS\Binn |
243
243
|[osql](../../tools/osql-utility.md)| Allows you to enter [!INCLUDE [tsql](../../includes/tsql-md.md)] statements, system procedures, and script files at the command prompt. |[!INCLUDE [ssinstallpath-md](../../includes/ssinstallpath-md.md)]Tools\Binn |
244
-
|[sqlagent90](../../tools/sqlagent90-application.md)| Used to start [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent from a command prompt. |\<drive>:\Program Files\\[!INCLUDE [msCoName](../../includes/msconame-md.md)][!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]\\<*instance_name*>\MSSQL\Binn |
244
+
|[sqlagent](../../tools/sqlagent-application.md)| Used to start [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent from a command prompt. |\<drive>:\Program Files\\[!INCLUDE [msCoName](../../includes/msconame-md.md)][!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]\\<*instance_name*>\MSSQL\Binn |
245
245
|[sqlcmd](../../tools/sqlcmd/sqlcmd-utility.md)| Allows you to enter [!INCLUDE [tsql](../../includes/tsql-md.md)] statements, system procedures, and script files at the command prompt. |[!INCLUDE [ssinstallpath-md](../../includes/ssinstallpath-md.md)]Tools\Binn |
246
246
|[SQLdiag](../../tools/sqldiag-utility.md)| Used to collect diagnostic information for [!INCLUDE [msCoName](../../includes/msconame-md.md)] Customer Service and Support. |[!INCLUDE [ssinstallpath-md](../../includes/ssinstallpath-md.md)]Tools\Binn |
247
247
|[sqlmaint](../../tools/sqlmaint-utility.md)| Used to execute database maintenance plans created in previous versions of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. |\<drive>:\Program Files\\[!INCLUDE [msCoName](../../includes/msconame-md.md)][!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]\MSSQL14.MSSQLSERVER\MSSQL\Binn |
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-wsl-2.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "WSL 2: Install SQL Server on Windows Subsystem for Linux"
3
3
description: This quickstart shows how to install SQL Server on Windows Subsystem for Linux (WSL 2) and then create and query a database with sqlcmd.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 05/02/2025
6
+
ms.date: 07/10/2025
7
7
ms.service: sql
8
8
ms.subservice: linux
9
9
ms.topic: quickstart
@@ -34,11 +34,7 @@ There are two ways to get started with SQL Server on WSL 2:
34
34
35
35
## Prerequisites
36
36
37
-
Install WSL 2. Ensure you're running Windows 10 version 2004 or a later version (Build 19041 and higher), or Windows 11. To install WSL, open a PowerShell or Windows command prompt in administrator mode, and run the following command:
38
-
39
-
```console
40
-
wsl --install
41
-
```
37
+
Install WSL 2. Ensure you're running Windows 10 version 2004 or a later version (Build 19041 and higher), or Windows 11. To install WSL, open a PowerShell or Windows command prompt in administrator mode, and follow the instructions in the next section.
42
38
43
39
For detailed instructions, see [How to install Linux on Windows with WSL](/windows/wsl/install). For information on setting up the WSL environment for development, see [Set up a WSL development environment](/windows/wsl/setup/environment).
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-release-notes-2022.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article contains the release notes and supported features for
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
6
ms.reviewer: amitkh, vanto
7
-
ms.date: 07/08/2025
7
+
ms.date: 07/10/2025
8
8
ms.service: sql
9
9
ms.subservice: linux
10
10
ms.topic: release-notes
@@ -36,35 +36,35 @@ Most existing client tools that target [!INCLUDE [ssNoVersion](../includes/ssnov
36
36
37
37
## Latest versions for all packages
38
38
39
-
This section lists the latest versions of each package per distribution, for [!INCLUDE [ssSQL22](../includes/sssql22-md.md)]. The following table shows the most recent release, which is **CU 19 GDR**. For full release history, see [Release history for SQL Server 2022 on Linux](/troubleshoot/sql/releases/linux/release-history-2022).
39
+
This section lists the latest versions of each package per distribution, for [!INCLUDE [ssSQL22](../includes/sssql22-md.md)]. The following table shows the most recent release, which is **CU 20**. For full release history, see [Release history for SQL Server 2022 on Linux](/troubleshoot/sql/releases/linux/release-history-2022).
40
40
41
41
| Version | Release | Date | Build | KB article |
42
42
| --- | --- | --- | --- | --- |
43
-
|[!INCLUDE [ssSQL22](../includes/sssql22-md.md)]| CU 19 GDR | 2025-07-08| 16.0.4200.1 |[KB 5058721](https://support.microsoft.com/help/5058721)|
43
+
|[!INCLUDE [ssSQL22](../includes/sssql22-md.md)]| CU 20 | 2025-07-10| 16.0.4205.1 |[Support article](/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate20)|
44
44
45
45
- The **mssql-server-is** package isn't supported on SUSE in this release. For more information, see [SQL Server on Linux: Known issues](sql-server-linux-known-issues.md#sql-server-integration-services-ssis).
46
46
47
47
| Distribution | Package name | Package version | Download |
0 commit comments