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: azure-sql/database/ai-artificial-intelligence-intelligent-applications.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,9 @@ Implement RAG-patterns with Azure SQL Database and Azure Cognitive Search. You c
147
147
148
148
## Intelligent applications
149
149
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.":::
151
153
152
154
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/).
Copy file name to clipboardExpand all lines: azure-sql/database/elastic-query-getting-started-vertical.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ INSERT INTO [dbo].[CustomerInformation] ([CustomerID], [CustomerName], [Company]
71
71
72
72
The "master_key_password" is a strong password of your choosing used to encrypt the connection credentials.
73
73
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.
75
75
76
76
### External data sources
77
77
@@ -119,7 +119,7 @@ For pricing information, see [SQL Database Pricing](https://azure.microsoft.com/
119
119
## Next steps
120
120
121
121
* 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).
123
123
* 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 orset 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 orset of databases serving as shards in a horizontal partitioning scheme.
Copy file name to clipboardExpand all lines: azure-sql/database/service-tiers-sql-database-vcore.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ Standard-series (Gen5) hardware is available in all public regions worldwide.
220
220
221
221
- 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.
222
222
- 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.
224
224
225
225
- For more information, see the [Hyperscale premium series blog announcement](https://aka.ms/AAiq28n).
Copy file name to clipboardExpand all lines: docs/connect/python/pyodbc/step-3-proof-of-concept-connecting-to-sql-using-pyodbc.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Step 3 - Connecting to SQL using pyodbc
3
3
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.
4
4
author: David-Engel
5
5
ms.author: v-davidengel
6
-
ms.date: 08/22/2023
6
+
ms.date: 11/01/2023
7
7
ms.service: sql
8
8
ms.subservice: connectivity
9
9
ms.topic: how-to
@@ -24,6 +24,7 @@ This sample proof of concept uses `pyodbc` to connect to an SQL database. This s
24
24
- Prefer to not use your own environment? Open as a devcontainer using [GitHub Codespaces](https://github.com/features/codespaces).
25
25
-[](https://codespaces.new/github/codespaces-blank?quickstart=1).
26
26
-`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)
0 commit comments