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: learn-pr/wwl-data-ai/build-ai-solutions-sql-server/includes/2-copilot.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,24 @@ GitHub Copilot allows you to select a model, and available models vary based on
4
4
5
5
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.
6
6
7
-
## Use GitHub Copilot in SSMS
7
+
## Understand GitHub Copilot in SQL Server Management Studio
8
8
9
9
[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.
10
10
11
-
### Understand GitHub Copilot capabilities
11
+
### Explore GitHub Copilot capabilities
12
12
13
13
GitHub Copilot provides several features for SQL Server development:
14
14
15
15
-**Inline code completion:** Real-time suggestions as you write T-SQL code
16
16
-**Natural language to code:** Write comments describing your intent, get working queries
17
17
-**Multi-line suggestions:** Generate entire query blocks, procedures, or functions
18
18
-**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
20
19
21
20
GitHub Copilot also offers these features via its chat:
22
21
23
22
-**Schema-aware suggestions:** Knows your exact table structures, columns, and data types
24
23
-**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
26
25
-**Explain queries:** Describes what existing queries do in plain language
27
26
-**Fix errors:** Provides context-aware suggestions when queries fail
28
27
-**Index recommendations:** Suggests indexes based on the missing index suggestions in the DMVs or in a query plan
0 commit comments