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
@@ -93,6 +95,8 @@ When accessing a private location, include the file path and credential when que
93
95
94
96
95
97
```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
+
96
100
-- Step0 (optional): Create master key if it doesn't exist in the database:
97
101
-- CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<Put Some Very Strong Password Here>'
98
102
-- GO
@@ -390,4 +394,4 @@ Issues with query execution are typically caused by managed instance not being a
390
394
391
395
- To learn more about syntax options available with OPENROWSET, see [OPENROWSET T-SQL](/sql/t-sql/functions/openrowset-transact-sql).
392
396
- 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)
Copy file name to clipboardExpand all lines: docs/connect/php/download-drivers-php-sql-server.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
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.
4
4
ms.custom: ""
5
-
ms.date: 01/20/2022
5
+
ms.date: 06/16/2022
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.reviewer: ""
@@ -21,13 +21,13 @@ On Linux and macOS, the drivers for PHP are easily downloaded and installed usin
21
21
22
22
Microsoft Drivers 5.10 for PHP for SQL Server is the latest general availability (GA) version.
23
23
24
-
**[ 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 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)
26
26
27
27
### Version information
28
28
29
-
- Release number: 5.10.0
30
-
- Released: January 31, 2022
29
+
- Release number: 5.10.1
30
+
- Released: June 14, 2022
31
31
32
32
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).
0 commit comments