Skip to content

Commit 3cae113

Browse files
committed
rebrand sql dw second 6
1 parent 4b07749 commit 3cae113

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect to Azure SQL Data Warehouse
3-
description: Get connected to Azure SQL Data Warehouse.
2+
title: Connect to Synapse SQL pool
3+
description: Get connected to SQL pool.
44
services: synapse-analytics
55
author: XiaoyuMSFT
66
manager: craigg
@@ -13,21 +13,23 @@ ms.reviewer: igorstan
1313
ms.custom: seo-lt-2019
1414
---
1515

16-
# Connect to Azure SQL Data Warehouse
17-
Get connected to Azure SQL Data Warehouse.
16+
# Connect to Synapse SQL pool
17+
Get connected to SQL pool.
1818

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

2222
1. Go to the [Azure portal][Azure portal].
23-
2. Click on **SQL data warehouses**.
24-
3. Click on the data warehouse you want to connect to.
23+
2. Click on **Azure Synapse Analytics**.
24+
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-
Azure SQL Data Warehouse 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. 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.
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.
31+
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.
3133

3234
> [!NOTE]
3335
> Consider setting the connection timeout to 300 seconds to allow your connection to survive short periods of unavailability.
@@ -55,7 +57,7 @@ jdbc:sqlserver://yourserver.database.windows.net:1433;database=yourdatabase;user
5557
```
5658

5759
## Connection settings
58-
SQL Data Warehouse standardizes some settings during connection and object creation. These settings cannot be overridden and include:
60+
SQL pool standardizes some settings during connection and object creation. These settings cannot be overridden and include:
5961

6062
| Database Setting | Value |
6163
|:--- |:--- |
@@ -65,11 +67,11 @@ SQL Data Warehouse standardizes some settings during connection and object creat
6567
| [DATEFIRST][DATEFIRST] |7 |
6668

6769
## Next steps
68-
To connect and query with Visual Studio, see [Query with Visual Studio][Query with Visual Studio]. To learn more about authentication options, see [Authentication to Azure SQL Data Warehouse][Authentication to Azure SQL Data Warehouse].
70+
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).
6971

7072
<!--Articles-->
71-
[Query with Visual Studio]:sql-data-warehouse-query-visual-studio.md
72-
[Authentication to Azure SQL Data Warehouse]:sql-data-warehouse-authentication.md
73+
[Query with Visual Studio]:
74+
[Authentication to Azure SQL Data Warehouse]:
7375

7476
<!--MSDN references-->
7577
[ADO.NET]: https://msdn.microsoft.com/library/e80y5yhx(v=vs.110).aspx

0 commit comments

Comments
 (0)