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/sql-data-warehouse/create-data-warehouse-portal.md
+16-19Lines changed: 16 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Create and query a data warehouse (Azure portal)
3
-
description: Create and query an Azure Synapse Analytics SQL pool using the Azure portal
2
+
title: Create and query a Synapse SQL pool (Azure portal)
3
+
description: Create and query a Synapse SQL pool using the Azure portal
4
4
services: sql-data-warehouse
5
5
author: XiaoyuMSFT
6
6
manager: craigg
@@ -13,9 +13,9 @@ ms.reviewer: igorstan
13
13
ms.custom: seo-lt-2019, azure-synapse
14
14
---
15
15
16
-
# Quickstart: Create and query an Azure Synapse Analytics SQL pool using the Azure portal
16
+
# Quickstart: Create and query a Synapse SQL pool using the Azure portal
17
17
18
-
Quickly create and query a data warehouse by provisioning SQL pool in Azure Synapse Analytics (formerly SQL DW) using the Azure portal.
18
+
Quickly create and query a Synapse SQL pool (data warehouse) in Azure Synapse Analytics (formerly SQL DW) using the Azure portal.
19
19
20
20
## Prerequisites
21
21
@@ -34,7 +34,7 @@ Sign in to the [Azure portal](https://portal.azure.com/).
34
34
35
35
Data warehouses are created using SQL pool in Azure Synapse Analytics. A SQL pool is created with a defined set of [compute resources](memory-concurrency-limits.md). The database is created within an [Azure resource group](../azure-resource-manager/management/overview.md) and in an [Azure SQL logical server](../sql-database/sql-database-servers.md).
36
36
37
-
Follow these steps to create a data warehouse that contains the **AdventureWorksDW** sample data.
37
+
Follow these steps to create a SQL pool that contains the **AdventureWorksDW** sample data.
38
38
39
39
1. select **Create a resource** in the upper left-hand corner of the Azure portal.
40
40
@@ -50,7 +50,7 @@ Follow these steps to create a data warehouse that contains the **AdventureWorks
50
50
| :------ | :-------------- | :---------- |
51
51
|**Subscription**| Your subscription | For details about your subscriptions, see [Subscriptions](https://account.windowsazure.com/Subscriptions). |
52
52
|**Resource group**| myResourceGroup | For valid resource group names, see [Naming rules and restrictions](/azure/architecture/best-practices/resource-naming). |
53
-
|**Data warehouse name**| Any globally unique name (An example is *mySampleDataWarehouse*) | For valid database names, see [Database Identifiers](/sql/relational-databases/databases/database-identifiers). Note, a data warehouse is one type of database. |
53
+
|**SQL pool name**| Any globally unique name (An example is *mySampleDataWarehouse*) | For valid database names, see [Database Identifiers](/sql/relational-databases/databases/database-identifiers). Note, a SQL pool is one type of database. |
54
54
|**Server**| Any globally unique name | Select existing server, or create a new server name, select **Create new**. For valid server names, see [Naming rules and restrictions](/azure/architecture/best-practices/resource-naming). |
55
55
56
56

@@ -61,7 +61,7 @@ Follow these steps to create a data warehouse that contains the **AdventureWorks
61
61
62
62
For more information about performance levels, see [Manage compute in Azure SQL Data Warehouse](sql-data-warehouse-manage-compute-overview.md).
63
63
64
-
5. Now that you've completed the Basics tab of the Azure Synapse Analytics form, select **Review + Create** and then **Create** to create the data warehouse in the SQL pool. Provisioning takes a few minutes.
64
+
5. Now that you've completed the Basics tab of the Azure Synapse Analytics form, select **Review + Create** and then **Create** to create the SQL pool. Provisioning takes a few minutes.
@@ -100,7 +100,7 @@ The Azure Synapse service creates a firewall at the server-level. This firewall
100
100
101
101
8. select **OK** and then close the **Firewall settings** page.
102
102
103
-
You can now connect to the SQL server and its data warehouses using this IP address. The connection works from SQL Server Management Studio or another tool of your choice. When you connect, use the ServerAdmin account you created previously.
103
+
You can now connect to the SQL server and its SQL pools using this IP address. The connection works from SQL Server Management Studio or another tool of your choice. When you connect, use the ServerAdmin account you created previously.
104
104
105
105
> [!IMPORTANT]
106
106
> By default, access through the SQL Database firewall is enabled for all Azure services. select **OFF** on this page and then select **Save** to disable the firewall for all Azure services.
@@ -111,7 +111,7 @@ Get the fully qualified server name for your SQL server in the Azure portal. Lat
111
111
112
112
1. Sign in to the [Azure portal](https://portal.azure.com/).
113
113
114
-
2. Select **Azure Synapse Analytics** from the left-hand menu, and select your data warehouse on the **Azure Synapse Analytics** page.
114
+
2. Select **Azure Synapse Analytics** from the left-hand menu, and select your on the **Azure Synapse Analytics** page.
115
115
116
116
3. In the **Essentials** pane in the Azure portal page for your database, locate and then copy the **Server name**. In this example, the fully qualified name is sqlpoolservername.database.windows.net.
117
117
@@ -169,29 +169,26 @@ SQL Data Warehouse uses T-SQL as the query language. To open a query window and
169
169
170
170
## Clean up resources
171
171
172
-
You're being charged for data warehouse units and data stored your data warehouse. These compute and storage resources are billed separately.
172
+
You're being charged for data warehouse units and data stored your SQL pool. These compute and storage resources are billed separately.
173
173
174
-
- If you want to keep the data in storage, you can pause compute when you aren't using the data warehouse. By pausing compute, you're only charged for data storage. You can resume compute whenever you're ready to work with the data.
174
+
- If you want to keep the data in storage, you can pause compute when you aren't using the SQL pool. By pausing compute, you're only charged for data storage. You can resume compute whenever you're ready to work with the data.
175
175
176
-
- If you want to remove future charges, you can delete the data warehouse.
176
+
- If you want to remove future charges, you can delete the SQL pool.
177
177
178
178
Follow these steps to clean up resources you no longer need.
179
179
180
-
1. Sign in to the [Azure portal](https://portal.azure.com), selectonyour data warehouse.
180
+
1. Sign in to the [Azure portal](https://portal.azure.com), select your SQL pool.
181
181
182
182

183
183
184
-
2. To pause compute, select the **Pause** button. When the data warehouse is paused, you see a **Resume** button. To resume compute, select**Resume**.
184
+
2. To pause compute, select the **Pause** button. When the SQL pool is paused, you see a **Resume** button. To resume compute, select**Resume**.
185
185
186
-
3. To remove the data warehouse so you aren't charged for compute or storage, select **Delete**.
186
+
3. To remove the SQL pool so you aren't charged for compute or storage, select **Delete**.
187
187
188
188
4. To remove the SQL server you created, select **sqlpoolservername.database.windows.net** in the previous image, and then select **Delete**. Be careful with this deletion, since deleting the server also deletes all databases assigned to the server.
189
189
190
190
5. To remove the resource group, select **myResourceGroup**, and then select **Delete resource group**.
191
191
192
192
## Next steps
193
193
194
-
You've now created a data warehouse, created a firewall rule, connected to your data warehouse, and run a few queries. To learn more about Azure SQL Data Warehouse, continue to the tutorial for loading data.
195
-
196
-
> [!div class="nextstepaction"]
197
-
> [Load data into a SQL Data Warehouse](load-data-from-azure-blob-storage-using-polybase.md)
194
+
To learn more about loading data into your SQL pool, continue to the [Load data into SQL pool](load-data-from-azure-blob-storage-using-polybase.md) article.
Copy file name to clipboardExpand all lines: articles/sql-data-warehouse/create-data-warehouse-powershell.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: "Quickstart: Create a data warehouse (PowerShell)"
3
-
description: Quickly create an Azure Synapse Analytics data warehouse logical server, with a server-level firewall rule using Azure PowerShell.
2
+
title: Create and query a Synapse SQL pool with Azure PowerShell
3
+
description: Quickly create a Synapse SQL pool logical server with a server-level firewall rule using Azure PowerShell.
4
4
services: sql-data-warehouse
5
5
author: XiaoyuMSFT
6
6
manager: craigg
@@ -12,16 +12,16 @@ ms.author: xiaoyul
12
12
ms.reviewer: igorstan
13
13
ms.custom: seo-lt-2019, azure-synapse
14
14
---
15
-
# Quickstart: Create & query a data warehouse with Azure PowerShell
15
+
# Quickstart: Create and query a Synapse SQL pool with Azure PowerShell
16
16
17
-
Create an Azure Synapse Analytics data warehouse by provisioning a SQL pool using Azure PowerShell.
17
+
Create an Synapse SQL pool (data warehouse) in Azure Synapse Analytics using Azure PowerShell.
18
18
19
19
## Prerequisites
20
20
21
21
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
22
22
23
-
> [!NOTE]
24
-
> Creating a warehouse may result in a new billable service. For more information, see [Azure Synapse Analytics pricing](https://azure.microsoft.com/pricing/details/sql-data-warehouse/).
23
+
> [!IMPORTANT]
24
+
> Creating a SQL pool may result in a new billable service. For more information, see [Azure Synapse Analytics pricing](https://azure.microsoft.com/pricing/details/sql-data-warehouse/).
Create an [Azure SQL server-level firewall rule](../sql-database/sql-database-firewall-configure.md) using the [New-AzSqlServerFirewallRule](/powershell/module/az.sql/new-azsqlserverfirewallrule) command. A server-level firewall rule allows an external application, such as SQL Server Management Studio or the SQLCMD utility to connect to a SQL Data Warehouse through the SQL Data Warehouse service firewall. In the following example, the firewall is only opened for other Azure resources. To enable external connectivity, change the IP address to an appropriate address for your environment. To open all IP addresses, use 0.0.0.0 as the starting IP address and 255.255.255.255 as the ending address.
91
+
Create an [Azure SQL server-level firewall rule](../sql-database/sql-database-firewall-configure.md) using the [New-AzSqlServerFirewallRule](/powershell/module/az.sql/new-azsqlserverfirewallrule) command. A server-level firewall rule allows an external application, such as SQL Server Management Studio or the SQLCMD utility to connect to a SQL pool through the SQL pool service firewall.
92
+
93
+
In the following example, the firewall is only opened for other Azure resources. To enable external connectivity, change the IP address to an appropriate address for your environment. To open all IP addresses, use 0.0.0.0 as the starting IP address and 255.255.255.255 as the ending address.
This example creates a data warehouse using the previously defined variables. It specifies the service objective as DW100c, which is a lower-cost starting point for your data warehouse.
106
+
## Create a SQL pool
107
+
The following example creates a SQL pool using the previously defined variables. It specifies the service objective as DW100c, which is a lower-cost starting point for your SQL pool.
106
108
107
109
```Powershell
108
110
New-AzSqlDatabase `
@@ -118,10 +120,10 @@ New-AzSqlDatabase `
118
120
Required Parameters are:
119
121
120
122
***RequestedServiceObjectiveName**: The amount of [data warehouse units](what-is-a-data-warehouse-unit-dwu-cdwu.md) you're requesting. Increasing this amount increases compute cost. For a list of supported values, see [memory and concurrency limits](memory-concurrency-limits.md).
121
-
***DatabaseName**: The name of the data warehouse that you're creating.
123
+
***DatabaseName**: The name of the SQL pool that you're creating.
122
124
***ServerName**: The name of the server that you're using for creation.
123
125
***ResourceGroupName**: Resource group you're using. To find available resource groups in your subscription use Get-AzureResource.
124
-
***Edition**: Must be "DataWarehouse" to create a data warehouse.
126
+
***Edition**: Must be "DataWarehouse" to create a SQL pool.
You've now created a data warehouse, created a firewall rule, connected to your data warehouse, and run a few queries. To learn more, continue to the tutorial for loading data.
149
-
> [!div class="nextstepaction"]
150
-
>[Load data into a data warehouse](load-data-from-azure-blob-storage-using-polybase.md)
150
+
You've now created a SQL pool, created a firewall rule, connected to your SQL pool, and run a few queries. To learn more, continue to the [Load data into SQL pool](load-data-from-azure-blob-storage-using-polybase.md) article.
title: Pause and resume compute in Synapse SQL pool via the Azure portal
3
3
description: Use the Azure portal to pause compute for SQL pool to save costs. Resume compute when you are ready to use the data warehouse.
4
4
services: sql-data-warehouse
5
5
author: kevinvngo
@@ -12,10 +12,9 @@ ms.author: kevin
12
12
ms.reviewer: igorstan
13
13
ms.custom: seo-lt-2019, azure-synapse
14
14
---
15
-
# Quickstart: Pause and resume compute in Azure Synapse Analytics SQL pool in the Azure portal
16
-
17
-
Use the Azure portal to pause compute for SQL pool to save costs. [Resume compute](sql-data-warehouse-manage-compute-overview.md) when you are ready to use the data warehouse.
15
+
# Quickstart: Pause and resume compute in Synapse SQL pool via the Azure portal
18
16
17
+
You can use the Azure portal to pause and resume the Synapse SQL pool (data warehouse) compute resources.
19
18
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
20
19
21
20
## Sign in to the Azure portal
@@ -28,9 +27,11 @@ Use [Create and Connect - portal](create-data-warehouse-portal.md) to create a S
28
27
29
28
## Pause compute
30
29
31
-
To save costs, you can pause and resume compute resources on-demand. For example, if you won't be using the database during the night and on weekends, you can pause it during those times, and resume it during the day. You won't be charged for compute resources while the database is paused. However, you will continue to be charged for storage.
30
+
To reduce costs, you can pause and resume compute resources on-demand. For example, if you won't be using the database during the night and on weekends, you can pause it during those times, and resume it during the day.
31
+
>[!NOTE]
32
+
>You won't be charged for compute resources while the database is paused. However, you will continue to be charged for storage.
32
33
33
-
Follow these steps to pause a SQL pool.
34
+
Follow these steps to pause a SQL pool:
34
35
35
36
1. Sign in to the [Azure portal](https://portal.azure.com/).
36
37
2. Click **Azure Synapse Analytics (formerly SQL DW)** in the left navigation page of the Azure portal.
@@ -74,7 +75,7 @@ Follow these steps to resume SQL pool.
74
75
75
76
## Clean up resources
76
77
77
-
You are being charged for data warehouse units and the data stored in your data warehouse. These compute and storage resources are billed separately.
78
+
You are being charged for data warehouse units and the data stored in your SQL pool. These compute and storage resources are billed separately.
78
79
79
80
- If you want to keep the data in storage, pause compute.
80
81
- If you want to remove future charges, you can delete the SQL pool.
@@ -89,14 +90,15 @@ Follow these steps to clean up resources as you desire.
89
90
90
91
2. To remove the SQL pool so you are not charged for compute or storage, click **Delete**.
91
92
92
-
3. To remove the SQL server you created, click **sqlpoolservername.database.windows.net**, and then click **Delete**. Be careful with this deletion, since deleting the server also deletes all databases assigned to the server.
93
+
3. To remove the SQL server you created, click **sqlpoolservername.database.windows.net**, and then click **Delete**.
94
+
95
+
> [!CAUTION]
96
+
> Be careful with this deletion, since deleting the server also deletes all databases assigned to the server.
93
97
94
-
4. To remove the resource group, click **myResourceGroup**, and then click **Delete resource group**.
98
+
5. To remove the resource group, click **myResourceGroup**, and then click **Delete resource group**.
95
99
96
100
97
101
## Next steps
98
102
99
-
You have now paused and resumed compute for your SQL pool. For next steps continue to the tutorial for loading data.
103
+
You have now paused and resumed compute for your SQL pool. Continue to the next article to learn more about how to [Load data into SQL pool](load-data-from-azure-blob-storage-using-polybase.md). For additional information about managing compute capabilities, see the [Manage compute overview](sql-data-warehouse-manage-compute-overview.md) article.
100
104
101
-
> [!div class="nextstepaction"]
102
-
> [Load data into SQL pool](load-data-from-azure-blob-storage-using-polybase.md)
0 commit comments