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

Commit 1afc767

Browse files
authored
Merge pull request #22973 from MicrosoftDocs/main
6/16 PM Publish
2 parents cdd0313 + 8376d63 commit 1afc767

4 files changed

Lines changed: 30 additions & 14 deletions

File tree

azure-sql/managed-instance/data-virtualization-overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
author: MladjoA
1212
ms.author: mlandzic
1313
ms.reviewer: mathoma, MashaMSFT
14-
ms.date: 03/08/2022
14+
ms.date: 06/16/2022
1515
---
1616

1717
# Data virtualization with Azure SQL Managed Instance (Preview)
@@ -82,6 +82,8 @@ When accessing a public location, add the file location when querying the extern
8282

8383

8484
```sql
85+
-- Don't forget to enable data virtualization capabilities first, if this is the first time you are running this type of query
86+
8587
CREATE EXTERNAL DATA SOURCE DemoPublicExternalDataSource
8688
WITH (
8789
LOCATION = 'abs://public@pandemicdatalake.blob.core.windows.net/curated/covid-19/bing_covid-19_data/latest'
@@ -93,6 +95,8 @@ When accessing a private location, include the file path and credential when que
9395

9496

9597
```sql
98+
--Don't forget to enable data virtualization capabilities first, if this is the first time you are running this type of query
99+
96100
-- Step0 (optional): Create master key if it doesn't exist in the database:
97101
-- CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<Put Some Very Strong Password Here>'
98102
-- GO
@@ -390,4 +394,4 @@ Issues with query execution are typically caused by managed instance not being a
390394

391395
- To learn more about syntax options available with OPENROWSET, see [OPENROWSET T-SQL](/sql/t-sql/functions/openrowset-transact-sql).
392396
- For more information about creating external table in SQL Managed Instance, see [CREATE EXTERNAL TABLE](/sql/t-sql/statements/create-external-table-transact-sql).
393-
- To learn more about creating external file format, see [CREATE EXTERNAL FILE FORMAT](/sql/t-sql/statements/create-external-file-format-transact-sql)
397+
- To learn more about creating external file format, see [CREATE EXTERNAL FILE FORMAT](/sql/t-sql/statements/create-external-file-format-transact-sql)

docs/connect/php/download-drivers-php-sql-server.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Download the Microsoft Drivers for PHP for SQL Server"
3-
description: "Download the Microsoft Drivers for PHP for SQL Server to develop PHP applications that connect to SQL Server and Azure SQL Database."
2+
title: Download the Microsoft Drivers for PHP for SQL Server
3+
description: Download the Microsoft Drivers for PHP for SQL Server to develop PHP applications that connect to SQL Server and Azure SQL Database.
44
ms.custom: ""
5-
ms.date: 01/20/2022
5+
ms.date: 06/16/2022
66
ms.prod: sql
77
ms.prod_service: connectivity
88
ms.reviewer: ""
@@ -21,13 +21,13 @@ On Linux and macOS, the drivers for PHP are easily downloaded and installed usin
2121

2222
Microsoft Drivers 5.10 for PHP for SQL Server is the latest general availability (GA) version.
2323

24-
**[![Download](../../ssms/media/download-icon.png) Download Microsoft Drivers for PHP for SQL Server (Windows)](https://go.microsoft.com/fwlink/?linkid=2185805)**
25-
[GitHub Release Tag v5.10.0 (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.10.0)
24+
**[![Download](../../ssms/media/download-icon.png) Download Microsoft Drivers for PHP for SQL Server (Windows)](https://go.microsoft.com/fwlink/?linkid=2199011)**
25+
[GitHub Release Tag v5.10.1 (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.10.1)
2626

2727
### Version information
2828

29-
- Release number: 5.10.0
30-
- Released: January 31, 2022
29+
- Release number: 5.10.1
30+
- Released: June 14, 2022
3131

3232
If you have feedback, the best way to contact the Microsoft Drivers for PHP for SQL Server team is by filing an issue on the [GitHub repository](https://github.com/Microsoft/msphpsql/issues).
3333

docs/connect/php/release-notes-php-sql-driver.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Release Notes for the Microsoft Drivers for PHP
33
description: This page discusses what was changed in each version of the Microsoft Drivers for PHP for SQL Server.
44
ms.custom: ""
5-
ms.date: 01/18/2022
5+
ms.date: 06/16/2022
66
ms.prod: sql
77
ms.prod_service: connectivity
88
ms.reviewer: v-davidengel
@@ -35,14 +35,26 @@ Thanks a lot. 2019-03-28 (DevO= 1467988)
3535
-->
3636

3737
## 5.10
38-
![download](../../ssms/media/download-icon.png) [Download Windows Package](https://go.microsoft.com/fwlink/?linkid=2185805)
39-
[GitHub Release Tag (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.10.0)
4038

41-
### Version information
39+
![download](../../ssms/media/download-icon.png) [Download Windows Package](https://go.microsoft.com/fwlink/?linkid=2199011)
40+
[GitHub Release Tag (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.10.1)
41+
42+
- Release number: 5.10.1
43+
- Released: June 14, 2022
44+
45+
Fixed issues in 5.10.1:
46+
47+
- Fixed User-Assigned Managed Identity (ActiveDirectoryMsi) Authentication when specifying UID
48+
- Removed block on ActiveDirectoryIntegrated authentication
49+
50+
### Previous 5.10 releases
4251

4352
- Release number: 5.10.0<sup>1</sup>
4453
- Released: January 31, 2022
4554

55+
![download](../../ssms/media/download-icon.png) [Download Windows Package](https://go.microsoft.com/fwlink/?linkid=2185805)
56+
[GitHub Release Tag (Linux and macOS packages are available here)](https://github.com/Microsoft/msphpsql/releases/tag/v5.10.0)
57+
4658
### What's new in 5.10
4759

4860
| New item | Details |

docs/t-sql/statements/alter-database-transact-sql-compatibility-level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,4 +467,4 @@ For more information on database compatibility levels and related concepts, see
467467
- [Upgrading Databases by using the Query Tuning Assistant](../../relational-databases/performance/upgrade-dbcompat-using-qta.md)
468468
- [CREATE DATABASE](../../t-sql/statements/create-database-transact-sql.md)
469469
- [View or Change the Compatibility Level of a Database](../../relational-databases/databases/view-or-change-the-compatibility-level-of-a-database.md)
470-
- [Query Store hints](../../relational-databases/performance/query-store-hints.md)
470+
- [Query Store hints](../../relational-databases/performance/query-store-hints.md)

0 commit comments

Comments
 (0)