Skip to content

Commit bf63cdf

Browse files
authored
Update SQL Server Drivers info
1 parent b746f1a commit bf63cdf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

SQL Server Drivers.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Please see below for a summary of the different drivers, both current and legacy
55
[SQL Server Drivers](https://docs.microsoft.com/en-us/sql/connect/sql-server-drivers)
66

77

8+
# Driver feature support matrix for Microsoft SQL Server
9+
[Driver feature support matrix for Microsoft SQL Server](https://docs.microsoft.com/en-us/sql/connect/driver-feature-matrix)
10+
If you're planning to use a feature in Microsoft SQL Server, it might not be available in all drivers. Some reasons a feature might not be in a particular driver include:
11+
12+
- The feature doesn't apply to the driver technology.
13+
- The feature is new and hasn't been implemented across all drivers yet.
14+
- The feature isn't in demand in a particular driver.
15+
- Other features are being implemented first.
16+
We wish all drivers supported every feature and spend effort to ensure feature parity across drivers. However that isn't always possible. To help you choose the appropriate driver for your needs, here's a list of popular features and the drivers that implement them.
17+
18+
819
## Current SQL Drivers
920
The following SQL Drivers are actively developed. Each driver has a support statement that can be found by following the links.
1021

@@ -30,7 +41,7 @@ The ODBC SQL driver is a C++ implementation of the TDS protocol, which is suppor
3041
### PHP
3142
The PHP SQL driver relies on the Microsoft SQL Server ODBC Driver to handle the low-level communication with SQL Server. This driver is developed, tested, and supported by Microsoft.
3243

33-
[Microsoft PHP Driver for SQL Driver](https://docs.microsoft.com/en-us/sql/connect/php/microsoft-php-driver-for-sql-server) | [Download PHP Driver](https://www.microsoft.com/en-us/download/details.aspx?id=20098) | [Github](https://github.com/Microsoft/msphpsql)
44+
[Microsoft PHP Driver for SQL Driver](https://docs.microsoft.com/en-us/sql/connect/php/microsoft-php-driver-for-sql-server) | [Download PHP Driver](https://github.com/microsoft/msphpsql/releases/latest) | [Github](https://github.com/Microsoft/msphpsql)
3445

3546

3647
### Node.js

0 commit comments

Comments
 (0)