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: articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-connect-overview.md
+6-27Lines changed: 6 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ Get connected to SQL pool.
19
19
## Find your server name
20
20
The server name in the following example is samplesvr.database.windows.net. To find the fully qualified server name:
21
21
22
-
1. Go to the [Azure portal][Azure portal].
22
+
1. Go to the [Azure portal](https://portal.azure.com).
23
23
2. Click on **Azure Synapse Analytics**.
24
24
3. Click on the SQL pool you want to connect to.
25
25
4. Locate the full server name.
26
26
27
27

28
28
29
29
## Supported drivers and connection strings
30
-
SQL pool supports [ADO.NET][ADO.NET], [ODBC][ODBC], [PHP][PHP], and [JDBC][JDBC]. To find the latest version and documentation, click on one of the preceding drivers.
30
+
SQL pool supports [ADO.NET](https://msdn.microsoft.com/library/e80y5yhx(v=vs.110).aspx), [ODBC](https://msdn.microsoft.com/library/jj730314.aspx), [PHP](https://msdn.microsoft.com/library/cc296172.aspx?f=255&MSPPError=-2147217396), and [JDBC](https://msdn.microsoft.com/library/mt484311(v=sql.110).aspx). To find the latest version and documentation, click on one of the preceding drivers.
31
31
32
32
To automatically generate the connection string for the driver that you are using from the Azure portal, click on the **Show database connection strings** from the preceding example. Following are also some examples of what a connection string looks like for each driver.
33
33
@@ -61,32 +61,11 @@ SQL pool standardizes some settings during connection and object creation. These
To connect and query with Visual Studio, see [Query with Visual Studio](sql-data-warehouse-query-visual-studio.md). To learn more about authentication options, see [Authentication to Azure Synapse Analytics](sql-data-warehouse-authentication.md).
0 commit comments