Skip to content

Commit b7a282a

Browse files
authored
Merge branch 'MicrosoftDocs:main' into 250711-arc-sql-july
2 parents f30472a + e374c21 commit b7a282a

File tree

88 files changed

+2538
-2378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2538
-2378
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47630,6 +47630,11 @@
4763047630
"redirect_url": "/previous-versions/sql/2014/tools/sqlagent90-application",
4763147631
"redirect_document_id": false
4763247632
},
47633+
{
47634+
"source_path": "docs/tools/sqlagent90-application.md",
47635+
"redirect_url": "/sql/tools/sqlagent-application",
47636+
"redirect_document_id": false
47637+
},
4763347638
{
4763447639
"source_path": "docs/2014/tools/sqlcmd-utility.md",
4763547640
"redirect_url": "/previous-versions/sql/2014/tools/sqlcmd-utility",

azure-sql/database/ai-artificial-intelligence-intelligent-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ End-to-end examples:
196196

197197
[Semantic Kernel is an open-source SDK](/semantic-kernel/overview/) that lets you easily build agents that can call your existing code. As a highly extensible SDK, you can use Semantic Kernel with models from OpenAI, Azure OpenAI, Hugging Face, and more. By combining your existing C#, Python, and Java code with these models, you can build agents that answer questions and automate processes.
198198

199-
- [Microsoft.SemanticKernel.Connectors.SqlServer](https://github.com/microsoft/semantic-kernel/tree/main/dotnet/src/Connectors/Connectors.Memory.SqlServer)
199+
- [Microsoft.SemanticKernel.Connectors.SqlServer](/dotnet/api/microsoft.semantickernel.connectors.sqlserver)
200200

201201
An example of how easily Semantic Kernel helps to build AI-enabled solution is here:
202202

azure-sql/managed-instance/ai-artificial-intelligence-intelligent-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ End-to-end examples:
190190

191191
[Semantic Kernel is an open-source SDK](/semantic-kernel/overview/) that lets you easily build agents that can call your existing code. As a highly extensible SDK, you can use Semantic Kernel with models from OpenAI, Azure OpenAI, Hugging Face, and more. By combining your existing C#, Python, and Java code with these models, you can build agents that answer questions and automate processes.
192192

193-
- [Microsoft.SemanticKernel.Connectors.SqlServer](https://github.com/microsoft/semantic-kernel/tree/main/dotnet/src/Connectors/Connectors.Memory.SqlServer)
193+
- [Microsoft.SemanticKernel.Connectors.SqlServer](/dotnet/api/microsoft.semantickernel.connectors.sqlserver)
194194

195195
An example of how easily Semantic Kernel helps to build AI-enabled solution is here:
196196

docs/database-engine/configure-windows/sql-server-express-localdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "SQL Server Express LocalDB"
33
description: Become familiar with SQL Server Express LocalDB. Developers can use this lightweight Database Engine for writing and testing Transact-SQL code.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 05/19/2025
6+
ms.date: 07/14/2025
77
ms.service: sql
88
ms.subservice: configuration
99
ms.topic: conceptual
@@ -52,7 +52,7 @@ The LocalDB setup program uses the `SqlLocalDB.msi` program to install the neces
5252

5353
For more information about including LocalDB in an application, see [!INCLUDE [vsprvs](../../includes/vsprvs-md.md)] [Local Data Overview](/previous-versions/visualstudio/visual-studio-2012/ms233817(v=vs.110)), [Create a database and add tables in Visual Studio](/visualstudio/data-tools/create-a-sql-database-by-using-a-designer).
5454

55-
For more information about the LocalDB API, see [SQL Server Express LocalDB Reference](../../relational-databases/sql-server-express-localdb-reference.md).
55+
For more information about the LocalDB API, see [SQL Server Express LocalDB reference](../../relational-databases/sql-server-express-localdb-reference.md).
5656

5757
The `SqlLocalDB` utility can create new instances of LocalDB, start and stop an instance of LocalDB, and includes options to help you manage LocalDB. For more information about the `SqlLocalDB` utility, see [SqlLocalDB utility](../../tools/sqllocaldb-utility.md).
5858

docs/database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Start, Stop, Pause, Resume, and Restart SQL Server Services
33
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.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 05/19/2025
6+
ms.date: 07/10/2025
77
ms.service: sql
88
ms.subservice: configuration
99
ms.topic: conceptual
@@ -129,7 +129,7 @@ Use [!INCLUDE [ssmanstudiofull-md](../../includes/ssmanstudiofull-md.md)] to man
129129

130130
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**.
131131

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**.
133133

134134
1. If the **User Account Control** dialog box appears, select **Yes**.
135135

@@ -232,7 +232,7 @@ net start "SQL Server Agent (instancename)"
232232
net start SQLAgent$instancename
233233
```
234234

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).
236236

237237
<a id="Browser"></a>
238238

@@ -381,6 +381,6 @@ When you attempt to start [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.
381381
## Related content
382382

383383
- [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)
385385
- [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)

docs/database-engine/install-windows/configure-sql-server-on-a-server-core-installation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Server Core Installation
33
description: This article covers details about configuring SQL Server on a Server Core installation, including troubleshooting tools.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 06/03/2025
6+
ms.date: 07/10/2025
77
ms.service: sql
88
ms.subservice: install
99
ms.topic: install-set-up-deploy
@@ -166,15 +166,15 @@ Perform the following actions to configure remote access of a [!INCLUDE [ssNoVer
166166

167167
### Enable remote connections on the SQL Server instance
168168

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:
170170

171-
- `EXEC sys.sp_configure N'remote access', N'1'`
171+
```sql
172+
EXEC sys.sp_configure N'remote access', N'1';
173+
GO
172174

173-
`GO`
174-
175-
- `RECONFIGURE WITH OVERRIDE`
176-
177-
`GO`
175+
RECONFIGURE WITH OVERRIDE
176+
GO
177+
```
178178

179179
### Enable and start the SQL Server Browser service
180180

@@ -241,7 +241,7 @@ You can use the following command prompt utilities that enable you to script [!I
241241
| [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 |
242242
| [dtutil](../../integration-services/dtutil-utility.md) | Used to manage SSIS packages. | [!INCLUDE [ssinstallpath-md](../../includes/ssinstallpath-md.md)]DTS\Binn |
243243
| [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 |
245245
| [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 |
246246
| [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 |
247247
| [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 |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
author: rwestMSFT
33
ms.author: randolphwest
4-
ms.date: 06/16/2025
4+
ms.date: 07/14/2025
55
ms.service: sql
66
ms.subservice: dma
77
ms.topic: include
88
---
99
> [!IMPORTANT]
10-
> Data Migration Assistant (DMA) is [retiring](/lifecycle/definitions#retirement) on **July 16, 2025**. For migration options from [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] to Azure SQL, see [Migration overview: From SQL Server](/data-migration/sql-server/overview). For more information, see [Announcing retirement of Microsoft Data Migration Assistant (DMA) Tool](https://techcommunity.microsoft.com/blog/MicrosoftDataMigration/announcing-retirement-of-microsoft-data-migration-assistant-dma-tool/4424400).
10+
> Data Migration Assistant (DMA) is [retired](/lifecycle/definitions#retirement) from **July 16, 2025**. For migration options from [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] to Azure SQL, see [Migration overview: From SQL Server](/data-migration/sql-server/overview). For more information, see [Announcing retirement of Microsoft Data Migration Assistant (DMA) Tool](https://techcommunity.microsoft.com/blog/MicrosoftDataMigration/announcing-retirement-of-microsoft-data-migration-assistant-dma-tool/4424400).
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
author: rwestMSFT
3+
ms.author: randolphwest
4+
ms.date: 07/11/2025
5+
ms.service: sql
6+
ms.topic: include
7+
---
8+
You can connect to an instance of [!INCLUDE [ssnoversion-md](ssnoversion-md.md)] using any familiar [!INCLUDE [ssnoversion-md](ssnoversion-md.md)] client tool, such as **[sqlcmd](../tools/sqlcmd/sqlcmd-utility.md)**, [SQL Server Management Studio (SSMS)](/ssms/), or the [MSSQL extension for Visual Studio Code](../tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code.md).

0 commit comments

Comments
 (0)