Skip to content

Commit 677ae97

Browse files
Merge pull request #103316 from Kat-Campise/sqldw_rebrand_overviews
sqldw rebrand overview articles
2 parents f7e0241 + 7dd072d commit 677ae97

5 files changed

+51
-78
lines changed
Lines changed: 24 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Resources for developing a data warehouse in Azure
2+
title: Resources for developing a data warehouse in Azure Synapse Analytics
33
description: Development concepts, design decisions, recommendations and coding techniques for SQL Data Warehouse.
44
services: sql-data-warehouse
55
author: XiaoyuMSFT
@@ -12,60 +12,33 @@ ms.author: xiaoyul
1212
ms.reviewer: igorstan
1313
---
1414

15-
# Design decisions and coding techniques for SQL Data Warehouse
16-
Take a look through these development articles to better understand key design decisions, recommendations, and coding techniques for SQL Data Warehouse.
15+
# Design decisions and coding techniques for a data warehouse in Azure Synapse Analytics
16+
In this article, you'll find additional resources to help you better understand key design decisions, recommendations, and coding techniques for a data warehouse in Azure Synapse.
1717

1818
## Key design decisions
19-
The following articles highlight concepts and design decisions for developing a distributed data warehouse using SQL Data Warehouse:
20-
21-
* [connections][connections]
22-
* [concurrency][concurrency]
23-
* [transactions][transactions]
24-
* [user-defined schemas][user-defined schemas]
25-
* [table distribution][table distribution]
26-
* [table indexes][table indexes]
27-
* [table partitions][table partitions]
28-
* [CTAS][CTAS]
29-
* [statistics][statistics]
19+
The following articles highlight concepts and design decisions for developing a distributed data warehouse using the SQL Analytics capability in Azure Synapse:
20+
21+
* [connections](sql-data-warehouse-connect-overview.md)
22+
* [concurrency](resource-classes-for-workload-management.md)
23+
* [transactions](sql-data-warehouse-develop-transactions.md)
24+
* [user-defined schemas](sql-data-warehouse-develop-user-defined-schemas.md)
25+
* [table distribution](sql-data-warehouse-tables-distribute.md)
26+
* [table indexes](sql-data-warehouse-tables-index.md)
27+
* [table partitions](sql-data-warehouse-tables-partition.md)
28+
* [CTAS](sql-data-warehouse-develop-ctas.md)
29+
* [statistics](sql-data-warehouse-tables-statistics.md)
3030

3131
## Development recommendations and coding techniques
32-
These articles highlight specific coding techniques, tips, and recommendations for developing your SQL Data Warehouse:
32+
The following articles feature specific coding techniques, tips, and recommendations for developing a data warehouse with SQL Analytics:
3333

34-
* [stored procedures][stored procedures]
35-
* [labels][labels]
36-
* [views][views]
37-
* [temporary tables][temporary tables]
38-
* [dynamic SQL][dynamic SQL]
39-
* [looping][looping]
40-
* [group by options][group by options]
41-
* [variable assignment][variable assignment]
34+
* [stored procedures](sql-data-warehouse-develop-stored-procedures.md)
35+
* [labels](sql-data-warehouse-develop-label.md)
36+
* [views](sql-data-warehouse-develop-views.md)
37+
* [temporary tables](sql-data-warehouse-tables-temporary.md)
38+
* [dynamic SQL](sql-data-warehouse-develop-dynamic-sql.md)
39+
* [looping](sql-data-warehouse-develop-loops.md)
40+
* [group by options](sql-data-warehouse-develop-group-by-options.md)
41+
* [variable assignment](sql-data-warehouse-develop-variable-assignment.md)
4242

4343
## Next steps
44-
For more reference information, see [SQL Data Warehouse T-SQL statements](sql-data-warehouse-reference-tsql-statements.md).
45-
46-
<!--Image references-->
47-
48-
<!--Article references-->
49-
[concurrency]: ./resource-classes-for-workload-management.md
50-
[connections]: ./sql-data-warehouse-connect-overview.md
51-
[CTAS]: ./sql-data-warehouse-develop-ctas.md
52-
[dynamic SQL]: ./sql-data-warehouse-develop-dynamic-sql.md
53-
[group by options]: ./sql-data-warehouse-develop-group-by-options.md
54-
[labels]: ./sql-data-warehouse-develop-label.md
55-
[looping]: ./sql-data-warehouse-develop-loops.md
56-
[statistics]: ./sql-data-warehouse-tables-statistics.md
57-
[stored procedures]: ./sql-data-warehouse-develop-stored-procedures.md
58-
[table distribution]: ./sql-data-warehouse-tables-distribute.md
59-
[table indexes]: ./sql-data-warehouse-tables-index.md
60-
[table partitions]: ./sql-data-warehouse-tables-partition.md
61-
[temporary tables]: ./sql-data-warehouse-tables-temporary.md
62-
[transactions]: ./sql-data-warehouse-develop-transactions.md
63-
[user-defined schemas]: ./sql-data-warehouse-develop-user-defined-schemas.md
64-
[variable assignment]: ./sql-data-warehouse-develop-variable-assignment.md
65-
[views]: ./sql-data-warehouse-develop-views.md
66-
67-
68-
<!--MSDN references-->
69-
[renaming objects]: https://msdn.microsoft.com/library/mt631611.aspx
70-
71-
<!--Other Web references-->
44+
For more reference information, see [T-SQL statements](sql-data-warehouse-reference-tsql-statements.md).

articles/sql-data-warehouse/sql-data-warehouse-overview-integrate.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Build integrated solutions
3-
description: 'Tools and partners with solutions that integrate with Azure SQL Data Warehouse.'
3+
description: Solution tools and partners that integrate with a data warehouse provisioned using SQL Analytics.
44
services: sql-data-warehouse
55
author: mlee3gsd
66
manager: craigg
@@ -13,44 +13,44 @@ ms.reviewer: igorstan
1313
ms.custom: seo-lt-2019
1414
---
1515

16-
# Integrate other services with SQL Data Warehouse
17-
In addition to its core functionality, SQL Data Warehouse enables users to integrate with many of the other services in Azure. Some of these services include:
16+
# Integrate other services with a SQL Analytics data warehouse
17+
The SQL Analytics capability within Azure Synapse Analytics enables users to integrate with many of the other services in Azure. Using SQL Analytics, you can create a data warehouse via its SQL Pool resource, which can then utilize several additional services, some of which include:
1818

1919
* Power BI
2020
* Azure Data Factory
2121
* Azure Machine Learning
2222
* Azure Stream Analytics
2323

24-
SQL Data Warehouse continues to integrate with more services across Azure, and more [Integration partners](sql-data-warehouse-partner-data-integration.md).
24+
For more information regarding integration services across Azure, review the [Integration partners](sql-data-warehouse-partner-data-integration.md)article.
2525

2626
## Power BI
27-
Power BI integration allows you to combine the compute power of SQL Data Warehouse with the dynamic reporting and visualization of Power BI. Power BI integration currently includes:
27+
Power BI integration allows you to combine the compute power of a data warehouse with the dynamic reporting and visualization of Power BI. Power BI integration currently includes:
2828

29-
* **Direct Connect**: A more advanced connection with logical pushdown against SQL Data Warehouse. Pushdown provides faster analysis on a larger scale.
29+
* **Direct Connect**: A more advanced connection with logical pushdown against a data warehouse provisioned using SQL pool. Pushdown provides faster analysis on a larger scale.
3030
* **Open in Power BI**: The 'Open in Power BI' button passes instance information to Power BI for a simplified way to connect.
3131

3232
For more information, see [Integrate with Power BI](sql-data-warehouse-get-started-visualize-with-power-bi.md), or the [Power BI documentation](https://powerbi.microsoft.com/blog/exploring-azure-sql-data-warehouse-with-power-bi/).
3333

3434
## Azure Data Factory
35-
Azure Data Factory gives users a managed platform to create complex extract and load pipelines. SQL Data Warehouse's integration with Azure Data Factory includes:
35+
Azure Data Factory gives users a managed platform to create complex extract and load pipelines. SQL pool integration with Azure Data Factory includes:
3636

37-
* **Stored Procedures**: Orchestrate the execution of stored procedures on SQL Data Warehouse.
38-
* **Copy**: Use ADF to move data into SQL Data Warehouse. This operation can use ADF's standard data movement mechanism or PolyBase under the covers.
37+
* **Stored Procedures**: Orchestrate the execution of stored procedures.
38+
* **Copy**: Use ADF to move data into SQL pool. This operation can use ADF's standard data movement mechanism or PolyBase under the covers.
3939

4040
For more information, see [Integrate with Azure Data Factory](https://docs.microsoft.com/azure/data-factory/load-azure-sql-data-warehouse?toc=/azure/sql-data-warehouse/toc.json).
4141

4242
## Azure Machine Learning
43-
Azure Machine Learning is a fully managed analytics service, which allows you to create intricate models using a large set of predictive tools. SQL Data Warehouse is supported as both a source and destination for these models with the following functionality:
43+
Azure Machine Learning is a fully managed analytics service, which allows you to create intricate models using a large set of predictive tools. SQL pool is supported as both a source and destination for these models, and has the following functionality:
4444

45-
* **Read Data:** Drive models at scale using T-SQL against SQL Data Warehouse.
46-
* **Write Data:** Commit changes from any model back to SQL Data Warehouse.
45+
* **Read Data:** Drive models at scale using T-SQL against SQL pool.
46+
* **Write Data:** Commit changes from any model back to SQL pool.
4747

4848
For more information, see [Integrate with Azure Machine Learning](sql-data-warehouse-get-started-analyze-with-azure-machine-learning.md).
4949

5050
## Azure Stream Analytics
51-
Azure Stream Analytics is a complex, fully managed infrastructure for processing and consuming event data generated from Azure Event Hub. Integration with SQL Data Warehouse allows for streaming data to be effectively processed and stored alongside relational data enabling deeper, more advanced analysis.
51+
Azure Stream Analytics is a complex, fully managed infrastructure for processing and consuming event data generated from Azure Event Hub. Integration with SQL pool allows for streaming data to be effectively processed and stored alongside relational data enabling deeper, more advanced analysis.
5252

53-
* **Job Output:** Send output from Stream Analytics jobs directly to SQL Data Warehouse.
53+
* **Job Output:** Send output from Stream Analytics jobs directly to SQL pool.
5454

5555
For more information, see [Integrate with Azure Stream Analytics](sql-data-warehouse-integrate-azure-stream-analytics.md).
5656

articles/sql-data-warehouse/sql-data-warehouse-overview-manage-security.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Secure a database
3-
description: Tips for securing a database in Azure SQL Data Warehouse for developing solutions.
3+
description: Tips for securing a database and developing solutions in the SQL pool resource of SQL Analytics.
44
services: sql-data-warehouse
55
author: julieMSFT
66
manager: craigg
@@ -22,21 +22,21 @@ ms.custom: seo-lt-2019
2222
>
2323
>
2424
25-
This article walks through the basics of securing your Azure SQL Data Warehouse database. In particular, this article gets you started with resources for limiting access, protecting data, and monitoring activities on a database.
25+
This article will walk you through the basics of securing your SQL pool within SQL Analytics. In particular, this article gets you started with resources for limiting access, protecting data, and monitoring activities on a database provisioned using SQL pool.
2626

2727
## Connection security
2828
Connection Security refers to how you restrict and secure connections to your database using firewall rules and connection encryption.
2929

3030
Firewall rules are used by both the server and the database to reject connection attempts from IP addresses that haven't been explicitly whitelisted. To allow connections from your application or client machine's public IP address, you must first create a server-level firewall rule using the Azure portal, REST API, or PowerShell.
3131

32-
As a best practice, you should restrict the IP address ranges allowed through your server firewall as much as possible. To access Azure SQL Data Warehouse from your local computer, ensure the firewall on your network and local computer allows outgoing communication on TCP port 1433.
32+
As a best practice, you should restrict the IP address ranges allowed through your server firewall as much as possible. To access SQL pool from your local computer, ensure the firewall on your network and local computer allows outgoing communication on TCP port 1433.
3333

34-
Azure Synapse uses server-level IP firewall rules. It doesn't support database-level IP firewall rules. For more information, see [Azure SQL Database firewall rules](../sql-database/sql-database-firewall-configure.md)
34+
Azure Synapse Analytics uses server-level IP firewall rules. It doesn't support database-level IP firewall rules. For more information, see see [Azure SQL Database firewall rules](../sql-database/sql-database-firewall-configure.md)
3535

36-
Connections to your SQL Data Warehouse are encrypted by default. Modifying connection settings to disable encryption are ignored.
36+
Connections to your SQL pool are encrypted by default. Modifying connection settings to disable encryption are ignored.
3737

3838
## Authentication
39-
Authentication refers to how you prove your identity when connecting to the database. SQL Data Warehouse currently supports SQL Server Authentication with a username and password, and with Azure Active Directory.
39+
Authentication refers to how you prove your identity when connecting to the database. SQL pool currently supports SQL Server Authentication with a username and password, and with Azure Active Directory.
4040

4141
When you created the logical server for your database, you specified a "server admin" login with a username and password. Using these credentials, you can authenticate to any database on that server as the database owner, or "dbo" through SQL Server Authentication.
4242

@@ -50,7 +50,7 @@ CREATE LOGIN ApplicationLogin WITH PASSWORD = 'Str0ng_password';
5050
CREATE USER ApplicationUser FOR LOGIN ApplicationLogin;
5151
```
5252

53-
Then, connect to your **SQL Data Warehouse database** with your server admin login and create a database user based on the server login you created.
53+
Then, connect to your **SQL pool database** with your server admin login and create a database user based on the server login you created.
5454

5555
```sql
5656
-- Connect to SQL DW database and create a database user
@@ -93,4 +93,4 @@ In SQL Database, the database encryption key is protected by a built-in server c
9393
You can encrypt your database using the [Azure portal](sql-data-warehouse-encryption-tde.md) or [T-SQL](sql-data-warehouse-encryption-tde-tsql.md).
9494

9595
## Next steps
96-
For details and examples on connecting to your warehouse with different protocols, see [Connect to SQL Data Warehouse](sql-data-warehouse-connect-overview.md).
96+
For details and examples on connecting to your warehouse with different protocols, see [Connect to SQL pool](sql-data-warehouse-connect-overview.md).

articles/sql-data-warehouse/sql-data-warehouse-overview-manageability-monitoring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manageability and monitoring - overview
3-
description: Monitoring and manageability overview for resource utilization, log and query activity, recommendations, and data protection (backup and restore) in Azure SQL Data Warehouse.
3+
description: Monitoring and manageability overview for resource utilization, log and query activity, recommendations, and data protection (backup and restore) with SQL pool.
44
services: sql-data-warehouse
55
author: kevinvngo
66
manager: craigg
@@ -13,9 +13,9 @@ ms.reviewer: igorstan
1313
ms.custom: seo-lt-2019
1414
---
1515

16-
# Manageability and monitoring with Azure SQL Data Warehouse
16+
# Manageability and monitoring with SQL pool
1717

18-
Take a look through what's available to help you manage and monitor SQL Data Warehouse. The following articles highlight ways to optimize performance and usage of your data warehouse.
18+
SQL Analytics allows you to provision a data warehouse via SQL pool. The articles that follow will help you to manage and monitor your data warehouse. You'll also learn ways to optimize the data warehouse's usage and performance.
1919

2020
## Overview
2121

@@ -28,4 +28,4 @@ Take a look through what's available to help you manage and monitor SQL Data War
2828

2929

3030
## Next steps
31-
For How-to guides, see [Monitor and tune your data warehouse](sql-data-warehouse-manage-monitor.md).
31+
For How-to guides, see [Monitor and tune your SQL pool](sql-data-warehouse-manage-monitor.md).

articles/sql-data-warehouse/sql-data-warehouse-overview-what-is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Azure Synapse has four components:
2929
3030
## SQL Analytics and SQL pool in Azure Synapse
3131

32-
SQL Analytics refers to the enterprise data warehousing features that are generally available with Azure Synapse.
32+
SQL Analytics refers to the enterprise data warehousing features that are generally available in Azure Synapse.
3333

3434
SQL pool represents a collection of analytic resources that are being provisioned when using SQL Analytics. The size of SQL pool is determined by Data Warehousing Units (DWU).
3535

0 commit comments

Comments
 (0)