Skip to content

Commit 0318ecf

Browse files
authored
Merge branch 'master' into patch-33
2 parents 2ec814e + a0b4eb6 commit 0318ecf

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

docs/linux/sql-server-linux-develop-connectivity-libraries.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Check out our [Getting Started Tutorials](http://aka.ms/sqldev) to quickly get s
3030

3131
The table below lists connectivity libraries or *drivers* that client applications can use from a variety of languages to connect to and use Microsoft SQL Server running on-premises or in the cloud, on Linux, Windows or Docker and also to Azure SQL Database and Azure SQL Data Warehouse.
3232

33-
| Language | Platform | Additional resources | Download |
34-
| :-- | :-- | :-- | :-- |
35-
| C# | Windows, Linux, macOS | [Microsoft ADO.NET for SQL Server](http://msdn.microsoft.com/library/mt657768.aspx) | [Download](https://msdn.microsoft.com/vstudio/aa496123.aspx) |
36-
| Java | Windows, Linux, macOS | [Microsoft JDBC Driver for SQL Server](http://msdn.microsoft.com/library/mt484311.aspx) | [Download](http://go.microsoft.com/fwlink/?LinkId=245496) |
37-
| PHP | Windows, Linux| [PHP SQL Driver for SQL Server](http://msdn.microsoft.com/library/dn865013.aspx) | Operating System: <br/> \* [Windows](https://www.microsoft.com/download/details.aspx?id=20098) <br/> \* [Linux](https://github.com/Microsoft/msphpsql/blob/PHP-7.0-Linux/README.md#install) |
38-
| Node.js | Windows, Linux, macOS | [Node.js Driver for SQL Server](http://msdn.microsoft.com/library/mt652093.aspx) | [Install](https://msdn.microsoft.com/library/mt652094.aspx) |
39-
| Python | Windows, Linux, macOS | [Python SQL Driver](http://msdn.microsoft.com/library/mt652092.aspx) | Install choices: <br/> \* [pymssql](https://msdn.microsoft.com/library/mt694094.aspx) <br/> \* [pyodbc](http://msdn.microsoft.com/library/mt763257.aspx) |
40-
| Ruby | Windows, Linux, macOS | [Ruby Driver for SQL Server](http://msdn.microsoft.com/library/mt691981.aspx) | [Install](https://msdn.microsoft.com/library/mt711041.aspx) |
41-
| C++ | Windows, Linux | [Microsoft ODBC Driver for SQL Server](https://msdn.microsoft.com/en-us/library/mt654048(v=sql.1).aspx) | [Download](https://msdn.microsoft.com/en-us/library/mt654048(v=sql.1).aspx) |
33+
| Language | Platform | Additional resources | Download | Get Started |
34+
| :-- | :-- | :-- | :-- | :-- |
35+
| C# | Windows, Linux, macOS | [Microsoft ADO.NET for SQL Server](http://msdn.microsoft.com/library/mt657768.aspx) | [Download](https://msdn.microsoft.com/vstudio/aa496123.aspx) | [Get Started](https://www.microsoft.com/en-us/sql-server/developer-get-started/csharp-ubuntu)
36+
| Java | Windows, Linux, macOS | [Microsoft JDBC Driver for SQL Server](http://msdn.microsoft.com/library/mt484311.aspx) | [Download](http://go.microsoft.com/fwlink/?LinkId=245496) | [Get Started](https://www.microsoft.com/en-us/sql-server/developer-get-started/java-ubuntu)
37+
| PHP | Windows, Linux| [PHP SQL Driver for SQL Server](http://msdn.microsoft.com/library/dn865013.aspx) | Operating System: <br/> \* [Windows](https://www.microsoft.com/download/details.aspx?id=20098) <br/> \* [Linux](https://github.com/Microsoft/msphpsql/blob/PHP-7.0-Linux/README.md#install) | [Get Started](https://www.microsoft.com/en-us/sql-server/developer-get-started/php-ubuntu)
38+
| Node.js | Windows, Linux, macOS | [Node.js Driver for SQL Server](http://msdn.microsoft.com/library/mt652093.aspx) | [Install](https://msdn.microsoft.com/library/mt652094.aspx) | [Get Started](https://www.microsoft.com/en-us/sql-server/developer-get-started/node-ubuntu)
39+
| Python | Windows, Linux, macOS | [Python SQL Driver](http://msdn.microsoft.com/library/mt652092.aspx) | Install choices: <br/> \* [pymssql](https://msdn.microsoft.com/library/mt694094.aspx) <br/> \* [pyodbc](http://msdn.microsoft.com/library/mt763257.aspx) | [Get Started](https://www.microsoft.com/en-us/sql-server/developer-get-started/python-ubuntu)
40+
| Ruby | Windows, Linux, macOS | [Ruby Driver for SQL Server](http://msdn.microsoft.com/library/mt691981.aspx) | [Install](https://msdn.microsoft.com/library/mt711041.aspx) |
41+
| C++ | Windows, Linux | [Microsoft ODBC Driver for SQL Server](https://msdn.microsoft.com/en-us/library/mt654048(v=sql.1).aspx) | [Download](https://msdn.microsoft.com/en-us/library/mt654048(v=sql.1).aspx) |
4242

4343
The table below lists a few examples of Object Relational Mapping (ORM) frameworks and web frameworks that client applications can use with Microsoft SQL Server running on-premises or in the cloud, on Linux, Windows or Docker and also to Azure SQL Database and Azure SQL Data Warehouse.
4444

docs/release-notes/sql-server-help-installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ ms.author: "carlasab"
2222

2323
This article walks you through how to install local Help, and how to display online and local Help. The article covers Microsoft Help viewer 1.1 and 2.2, and documentation for [!INCLUDE[ssSQL14_md](../includes/sssql14-md.md)] and for [!INCLUDE[ssCurrent_md](../includes/sscurrent-md.md)].
2424

25+
>[!IMPORTANT]
26+
>The Help Viewer does not support proxy settings, and does not support the ISO format.
27+
2528
>**F1 and Help**
2629
>>When you press F1, the corresponding topic appears online. The topic can not be displayed in local Help.
2730

0 commit comments

Comments
 (0)