Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 3e954f3

Browse files
authored
Merge pull request #28969 from MicrosoftDocs/main
11/1/2023 PM Publish
2 parents 1448a63 + e5d073e commit 3e954f3

8 files changed

Lines changed: 16 additions & 9 deletions

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ Implement RAG-patterns with Azure SQL Database and Azure Cognitive Search. You c
147147

148148
## Intelligent applications
149149

150-
Azure SQL Database can be used to build intelligent applications that include AI features, such as recommenders, and Retrieval Augmented Generation (RAG).
150+
Azure SQL Database can be used to build intelligent applications that include AI features, such as recommenders, and Retrieval Augmented Generation (RAG) as the following diagram demonstrates:
151+
152+
:::image type="content" source="media/ai-artificial-intelligence-intelligent-applications/session-recommender-architecture.png" alt-text="Diagram of different AI features to build intelligent applications with Azure SQL Database.":::
151153

152154
For an end-to-end sample to build a recommender using session abstract as a sample dataset, see [How I built a session recommender in 1 hour using Open AI](https://devblogs.microsoft.com/azure-sql/how-i-built-a-session-recommender-in-1-hour-using-open-ai/).
153155

azure-sql/database/elastic-query-getting-started-vertical.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ INSERT INTO [dbo].[CustomerInformation] ([CustomerID], [CustomerName], [Company]
7171

7272
The "master_key_password" is a strong password of your choosing used to encrypt the connection credentials.
7373
The "username" and "password" should be the username and password used to log in into the Customers database (create a new user in Customers database if one does not already exists).
74-
Authentication using Microsoft Entra ID ([formerly Azure Active Directory](/azure/active-directory/fundamentals/new-name)) with elastic queries is not currently supported.
74+
Authentication using Microsoft Entra ID ([formerly Azure Active Directory](/entra/fundamentals/new-name)) with elastic queries is not currently supported.
7575

7676
### External data sources
7777

@@ -119,7 +119,7 @@ For pricing information, see [SQL Database Pricing](https://azure.microsoft.com/
119119
## Next steps
120120

121121
* For an overview of elastic query, see [Elastic query overview](elastic-query-overview.md).
122-
* For syntax and sample queries for vertically partitioned data, see [Querying vertically partitioned data)](elastic-query-vertical-partitioning.md)
122+
* For syntax and sample queries for vertically partitioned data, see [Querying vertically partitioned data](elastic-query-vertical-partitioning.md).
123123
* For a horizontal partitioning (sharding) tutorial, see [Getting started with elastic query for horizontal partitioning (sharding)](elastic-query-getting-started.md).
124-
* For syntax and sample queries for horizontally partitioned data, see [Querying horizontally partitioned data)](elastic-query-horizontal-partitioning.md)
125-
* See [sp\_execute \_remote](/sql/relational-databases/system-stored-procedures/sp-execute-remote-azure-sql-database) for a stored procedure that executes a Transact-SQL statement on a single remote Azure SQL Database or set of databases serving as shards in a horizontal partitioning scheme.
124+
* For syntax and sample queries for horizontally partitioned data, see [Querying horizontally partitioned data](elastic-query-horizontal-partitioning.md).
125+
* See [sp\_execute\_remote](/sql/relational-databases/system-stored-procedures/sp-execute-remote-azure-sql-database) for a stored procedure that executes a Transact-SQL statement on a single remote Azure SQL Database or set of databases serving as shards in a horizontal partitioning scheme.

azure-sql/database/long-term-backup-retention-configure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Prepare your environment for PowerShell.
4747
For `Get-AzSqlDatabaseLongTermRetentionBackup` and `Restore-AzSqlDatabase`, you need to be a member of one of the following roles:
4848

4949
- Subscription Owner role or
50+
- Subscription Contributor role or
5051
- SQL Server Contributor role or
5152
- Custom role with the following permissions:
5253

@@ -57,6 +58,7 @@ For `Get-AzSqlDatabaseLongTermRetentionBackup` and `Restore-AzSqlDatabase`, you
5758
For `Remove-AzSqlDatabaseLongTermRetentionBackup`, you need to be a member of one of the following roles:
5859

5960
- Subscription Owner role or
61+
- Subscription Contributor role or
6062
- Custom role with the following permission:
6163

6264
`Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups/delete`
@@ -68,6 +70,7 @@ For `Remove-AzSqlDatabaseLongTermRetentionBackup`, you need to be a member of on
6870
To view and restore LTR backups, you need:
6971

7072
- Subscription Owner role or
73+
- Subscription Contributor role or
7174
- SQL Server Contributor role or
7275
- Custom role with the following permissions:
7376

@@ -78,6 +81,7 @@ To view and restore LTR backups, you need:
7881
To delete LTR backups, you need to be a member of one of the following roles:
7982

8083
- Subscription Owner role or
84+
- Subscription Contributor role or
8185
- Custom role with the following permission:
8286

8387
`Microsoft.Sql/locations/longTermRetentionServers/longTermRetentionDatabases/longTermRetentionBackups/delete`
52 KB
Loading

azure-sql/database/service-tiers-sql-database-vcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Standard-series (Gen5) hardware is available in all public regions worldwide.
220220

221221
- Premium-series hardware options use the latest CPU and memory technology from Intel and AMD. Premium-series provides a boost to compute performance relative to standard-series hardware.
222222
- Premium-series option offers faster CPU performance compared to Standard-series and a higher number of maximum vCores.
223-
- Premium-series memory optimized option offers double the amount of memory relative to premium-series.
223+
- Premium-series memory optimized option offers double the amount of memory relative to Standard-series.
224224

225225
- For more information, see the [Hyperscale premium series blog announcement](https://aka.ms/AAiq28n).
226226

azure-sql/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
href: database/free-offer.md
282282
- name: Try Azure SQL Database free FAQ
283283
href: database/free-offer-faq.yml
284-
- name: Intelligent applications
284+
- name: Intelligent applications and AI
285285
href: database/ai-artificial-intelligence-intelligent-applications.md
286286
- name: Quickstarts
287287
href: database/quickstart-content-reference-guide.md

docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Step 3 - Connecting to SQL using pyodbc
33
description: Step 3 is a PoC, which shows how you can connect to SQL Server using Python and pyodbc. The basic examples demonstrate selecting and inserting data.
44
author: David-Engel
55
ms.author: v-davidengel
6-
ms.date: 08/22/2023
6+
ms.date: 11/01/2023
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: how-to
@@ -24,6 +24,7 @@ This sample proof of concept uses `pyodbc` to connect to an SQL database. This s
2424
- Prefer to not use your own environment? Open as a devcontainer using [GitHub Codespaces](https://github.com/features/codespaces).
2525
- [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/github/codespaces-blank?quickstart=1).
2626
- `pyodbc` package from PyPI.
27+
- [Install the Microsoft ODBC Driver 18 for SQL Server](step-1-configure-development-environment-for-pyodbc-python-development.md#install-the-odbc-driver)
2728
- An SQL database and credentials.
2829

2930
## Connect and query data

docs/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Database users who access a DATABASE SCOPED CREDENTIAL must have permission to u
333333
To use the credential, a database user must have `REFERENCES` permission on a specific credential:
334334

335335
```sql
336-
GRANT REFERENCES ON CREDENTIAL::[<CREDENTIAL_NAME>] TO [<PRINCIPAL>];
336+
GRANT REFERENCES ON DATABASE SCOPED CREDENTIAL::[<CREDENTIAL_NAME>] TO [<PRINCIPAL>];
337337
```
338338

339339
## Remarks

0 commit comments

Comments
 (0)