Skip to content

Commit 525f07a

Browse files
committed
Clarify GitHub Copilot references in documentation for SQL Server Management Studio, enhancing titles and descriptions for consistency and clarity.
1 parent eac9f79 commit 525f07a

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

learn-pr/wwl-data-ai/build-ai-solutions-sql-server/2-copilot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:ModuleUnit
22
uid: learn-wwl.build-ai-solutions-sql-server.copilot
3-
title: Use Copilot in SQL Server Management Studio
3+
title: Use GitHub Copilot in SQL Server Management Studio
44
metadata:
5-
title: Use Copilot in SQL Server Management Studio
6-
description: "Learn how to use Copilot in SQL Server Management Studio"
5+
title: Use GitHub Copilot in SQL Server Management Studio
6+
description: "Learn how to use GitHub Copilot in SQL Server Management Studio"
77
ms.date: 10/20/2025
88
author: JulianePadrao
99
ms.author: jupadrao

learn-pr/wwl-data-ai/build-ai-solutions-sql-server/includes/2-copilot.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@ GitHub Copilot allows you to select a model, and available models vary based on
44

55
GitHub Copilot makes database development more accessible and improves productivity for both new and experienced developers. Whether you're writing queries, troubleshooting issues with your code, or optimizing performance, GitHub Copilot helps you focus on solving business problems rather than remembering syntax.
66

7-
## Use GitHub Copilot in SSMS
7+
## Understand GitHub Copilot in SQL Server Management Studio
88

99
[GitHub Copilot in SSMS](/ssms/github-copilot/overview?azure-portal=true) brings AI-powered code completion, generation, and chat to your database development workflow. GitHub Copilot helps you write T-SQL faster by suggesting code as you type, generating entire queries from natural language comments, and providing a chat experience where you can ask questions about your database and get help with SQL issues.
1010

11-
### Understand GitHub Copilot capabilities
11+
### Explore GitHub Copilot capabilities
1212

1313
GitHub Copilot provides several features for SQL Server development:
1414

1515
- **Inline code completion:** Real-time suggestions as you write T-SQL code
1616
- **Natural language to code:** Write comments describing your intent, get working queries
1717
- **Multi-line suggestions:** Generate entire query blocks, procedures, or functions
1818
- **Context aware:** Understands the schema of the database to which you're connected
19-
- **Custom instructions:** Define a custom instruction file and coding style preferences
2019

2120
GitHub Copilot also offers these features via its chat:
2221

2322
- **Schema-aware suggestions:** Knows your exact table structures, columns, and data types
2423
- **Query optimization:** Analyzes queries and suggests performance improvements
25-
- **Natural language queries:** Converts questions into T-SQL based on your actual database
24+
- **Natural language queries:** Converts questions into T-SQL based on the database to which you're connected
2625
- **Explain queries:** Describes what existing queries do in plain language
2726
- **Fix errors:** Provides context-aware suggestions when queries fail
2827
- **Index recommendations:** Suggests indexes based on the missing index suggestions in the DMVs or in a query plan

0 commit comments

Comments
 (0)