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/tools/command-prompt-utility-reference-database-engine.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Command prompt utilities enable you to script SQL Server operations
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
6
ms.reviewer: maghan
7
-
ms.date: 04/07/2025
7
+
ms.date: 07/10/2025
8
8
ms.service: sql
9
9
ms.subservice: tools-other
10
10
ms.topic: conceptual
@@ -34,26 +34,26 @@ For information on the *main* SQL graphical and command-line tools, see [SQL too
34
34
35
35
| Utility | Description | Installed in |
36
36
| --- | --- | --- |
37
-
|[bcp](bcp-utility.md)| Used to copy data between an instance of [!INCLUDE [msCoName](../includes/msconame-md.md)][!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] and a data file in a user-specified format. |\<*drive*:>\Program Files\\[!INCLUDE [msCoName](../includes/msconame-md.md)][!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)]\Client SDK\ODBC\110\Tools\Binn |
38
-
|[dta](dta/dta-utility.md)| Used to analyze a workload and recommend physical design structures to optimize server performance for that workload. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn |
39
-
|[dtexec](../integration-services/packages/dtexec-utility.md)| Used to configure and execute an [!INCLUDE [ssISnoversion](../includes/ssisnoversion-md.md)] package. A user interface version of this command-line utility is called **DTExecUI**, which brings up the Execute Package Utility. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]DTS\Binn |
40
-
|[dtutil](../integration-services/dtutil-utility.md)| Used to manage SQL Server Integration Services (SSIS) packages. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]DTS\Binn |
41
-
|[Deploy Model Solutions with the Deployment](/analysis-services/multidimensional-models/deploy-model-solutions-with-the-deployment-utility)| Used to deploy [!INCLUDE [ssASnoversion](../includes/ssasnoversion-md.md)] projects to instances of [!INCLUDE [ssASnoversion](../includes/ssasnoversion-md.md)]. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn\VShell\Common7\IDE |
42
-
|[osql](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 |
43
-
|[Profiler](profiler-utility.md)| Used to start [!INCLUDE [ssSqlProfiler](../includes/sssqlprofiler-md.md)] from a command prompt. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn |
44
-
|[RS.exe (SSRS)](../reporting-services/tools/rs-exe-utility-ssrs.md)| Used to run scripts designed for managing [!INCLUDE [ssRSnoversion](../includes/ssrsnoversion-md.md)] report servers. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn |
45
-
|[rsconfig (SSRS)](../reporting-services/tools/rsconfig-utility-ssrs.md)| Used to configure a report server connection. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn |
46
-
|[rskeymgmt (SSRS)](../reporting-services/tools/rskeymgmt-utility-ssrs.md)| Used to manage encryption keys on a report server. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn |
47
-
|[sqlagent90 application](sqlagent90-application.md)| Used to start [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Agent from a command prompt. |\<*drive*>:\Program Files\Microsoft SQL Server\\<*instance_name*>\MSSQL\Binn |
48
-
|[sqlcmd](sqlcmd/sqlcmd-utility.md)| Allows you to enter [!INCLUDE [tsql](../includes/tsql-md.md)] statements, system procedures, and script files at the command prompt. |\<*drive*:>\Program Files\\[!INCLUDE [msCoName](../includes/msconame-md.md)][!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)]\Client SDK\ODBC\110\Tools\Binn |
49
-
|[SQLdiag](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 |
50
-
|[sqllogship](sqllogship-application.md)| Used by applications to perform backup, copy, and restore operations and associated clean-up tasks for a log shipping configuration without running the backup, copy, and restore jobs. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn |
51
-
|[SqlLocalDB](sqllocaldb-utility.md)| An execution mode of [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] targeted to program developers. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn |
52
-
|[sqlmaint](sqlmaint-utility.md)| Used to execute database maintenance plans created in previous versions of [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)]. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]\MSSQL\Binn |
53
-
|[sqlps](sqlps-utility.md)| Used to run PowerShell commands and scripts. Loads and registers the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] PowerShell provider and cmdlets. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn |
54
-
|[sqlservr](sqlservr-application.md)| Used to start and stop an instance of [!INCLUDE [ssDE](../includes/ssde-md.md)] from the command prompt for troubleshooting. |\<*drive*>:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\Binn |
55
-
|[ssms](../ssms/ssms-utility.md)| Used to start [!INCLUDE [ssManStudioFull](../includes/ssmanstudiofull-md.md)] from a command prompt. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]Tools\Binn\VSShell\Common7\IDE |
56
-
|[tablediff](tablediff-utility.md)| Used to compare the data in two tables for nonconvergence, which is useful when troubleshooting a replication topology. |[!INCLUDE [ssinstallpath-md](../includes/ssinstallpath-md.md)]COM |
37
+
|[bcp](bcp-utility.md)| Used to copy data between an instance of [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] and a data file in a user-specified format. |`<drive>:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn`|
38
+
|[dta](dta/dta-utility.md)| Used to analyze a workload and recommend physical design structures to optimize server performance for that workload. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
39
+
|[dtexec](../integration-services/packages/dtexec-utility.md)| Used to configure and execute an [!INCLUDE [ssISnoversion](../includes/ssisnoversion-md.md)] package. A user interface version of this command-line utility is called **DTExecUI**, which brings up the Execute Package Utility. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\DTS\Binn`|
40
+
|[dtutil](../integration-services/dtutil-utility.md)| Used to manage SQL Server Integration Services (SSIS) packages. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\DTS\Binn`|
41
+
|[Deploy Model Solutions with the Deployment](/analysis-services/multidimensional-models/deploy-model-solutions-with-the-deployment-utility)| Used to deploy [!INCLUDE [ssASnoversion](../includes/ssasnoversion-md.md)] projects to instances of [!INCLUDE [ssASnoversion](../includes/ssasnoversion-md.md)]. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn\VShell\Common7\IDE`|
42
+
|[osql](osql-utility.md)| Allows you to enter [!INCLUDE [tsql](../includes/tsql-md.md)] statements, system procedures, and script files at the command prompt. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
43
+
|[Profiler](profiler-utility.md)| Used to start [!INCLUDE [ssSqlProfiler](../includes/sssqlprofiler-md.md)] from a command prompt. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
44
+
|[RS.exe (SSRS)](../reporting-services/tools/rs-exe-utility-ssrs.md)| Used to run scripts designed for managing [!INCLUDE [ssRSnoversion](../includes/ssrsnoversion-md.md)] report servers. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
45
+
|[rsconfig (SSRS)](../reporting-services/tools/rsconfig-utility-ssrs.md)| Used to configure a report server connection. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
46
+
|[rskeymgmt (SSRS)](../reporting-services/tools/rskeymgmt-utility-ssrs.md)| Used to manage encryption keys on a report server. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
47
+
|[sqlagent application](sqlagent-application.md)| Used to start [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Agent from a command prompt. |`<drive>:\Program Files\Microsoft SQL Server\<instance_name>\MSSQL\Binn`|
48
+
|[sqlcmd](sqlcmd/sqlcmd-utility.md)| Allows you to enter [!INCLUDE [tsql](../includes/tsql-md.md)] statements, system procedures, and script files at the command prompt. |`<drive>:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn`|
49
+
|[SQLdiag](sqldiag-utility.md)| Used to collect diagnostic information for Customer Service and Support. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
50
+
|[sqllogship](sqllogship-application.md)| Used by applications to perform backup, copy, and restore operations and associated clean-up tasks for a log shipping configuration, without running the backup, copy, and restore jobs. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
51
+
|[SqlLocalDB](sqllocaldb-utility.md)| An execution mode of [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] targeted to program developers. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
52
+
|[sqlmaint](sqlmaint-utility.md)| Used to execute database maintenance plans created in previous versions of [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)]. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\MSSQL\Binn`|
53
+
|[sqlps](sqlps-utility.md)| Used to run PowerShell commands and scripts. Loads and registers the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] PowerShell provider and cmdlets. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn`|
54
+
|[sqlservr](sqlservr-application.md)| Used to start and stop an instance of [!INCLUDE [ssDE](../includes/ssde-md.md)] from the command prompt for troubleshooting. |`<drive>:\Program Files\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\Binn`|
55
+
|[ssms](../ssms/ssms-utility.md)| Used to start [!INCLUDE [ssManStudioFull](../includes/ssmanstudiofull-md.md)] from a command prompt. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\Tools\Binn\VSShell\Common7\IDE`|
56
+
|[tablediff](tablediff-utility.md)| Used to compare the data in two tables for nonconvergence, which is useful when troubleshooting a replication topology. |`<drive>:\Program Files\Microsoft SQL Server\<nnn>\COM`|
0 commit comments