Skip to content

Commit cac11a0

Browse files
committed
staging png
1 parent 3cae113 commit cac11a0

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed
-85.2 KB
Loading

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-connect-overview.md

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Get connected to SQL pool.
1919
## Find your server name
2020
The server name in the following example is samplesvr.database.windows.net. To find the fully qualified server name:
2121

22-
1. Go to the [Azure portal][Azure portal].
22+
1. Go to the [Azure portal](https://portal.azure.com).
2323
2. Click on **Azure Synapse Analytics**.
2424
3. Click on the SQL pool you want to connect to.
2525
4. Locate the full server name.
2626

2727
![Full server name](media/sql-data-warehouse-connect-overview/server-connect.PNG)
2828

2929
## 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.
3131

3232
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.
3333

@@ -61,32 +61,11 @@ SQL pool standardizes some settings during connection and object creation. These
6161

6262
| Database Setting | Value |
6363
|:--- |:--- |
64-
| [ANSI_NULLS][ANSI_NULLS] |ON |
65-
| [QUOTED_IDENTIFIERS][QUOTED_IDENTIFIERS] |ON |
66-
| [DATEFORMAT][DATEFORMAT] |mdy |
67-
| [DATEFIRST][DATEFIRST] |7 |
64+
| [ANSI_NULLS](https://msdn.microsoft.com/library/ms188048.aspx) |ON |
65+
| [QUOTED_IDENTIFIERS](https://msdn.microsoft.com/library/ms174393.aspx) |ON |
66+
| [DATEFORMAT](https://msdn.microsoft.com/library/ms189491.aspx) |mdy |
67+
| [DATEFIRST](https://msdn.microsoft.com/library/ms181598.aspx) |7 |
6868

6969
## Next steps
7070
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).
7171

72-
<!--Articles-->
73-
[Query with Visual Studio]:
74-
[Authentication to Azure SQL Data Warehouse]:
75-
76-
<!--MSDN references-->
77-
[ADO.NET]: https://msdn.microsoft.com/library/e80y5yhx(v=vs.110).aspx
78-
[ODBC]: https://msdn.microsoft.com/library/jj730314.aspx
79-
[PHP]: https://msdn.microsoft.com/library/cc296172.aspx?f=255&MSPPError=-2147217396
80-
[JDBC]: https://msdn.microsoft.com/library/mt484311(v=sql.110).aspx
81-
[ANSI_NULLS]: https://msdn.microsoft.com/library/ms188048.aspx
82-
[QUOTED_IDENTIFIERS]: https://msdn.microsoft.com/library/ms174393.aspx
83-
[DATEFORMAT]: https://msdn.microsoft.com/library/ms189491.aspx
84-
[DATEFIRST]: https://msdn.microsoft.com/library/ms181598.aspx
85-
86-
<!--Other-->
87-
[Azure portal]: https://portal.azure.com
88-
89-
<!--Image references-->
90-
[1]: media/sql-data-warehouse-connect-overview/server-connect.PNG
91-
92-

0 commit comments

Comments
 (0)