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/quickstart-configure-workload-isolation-tsql.md
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: craigg
7
7
ms.service: synapse-analytics
8
8
ms.topic: quickstart
9
9
ms.subservice:
10
-
ms.date: 02/04/2020
10
+
ms.date: 04/27/2020
11
11
ms.author: rortloff
12
12
ms.reviewer: jrasnick
13
13
ms.custom: azure-synapse
@@ -26,10 +26,6 @@ If you don't have an Azure subscription, create a [free](https://azure.microsoft
26
26
27
27
This quickstart assumes you already have a SQL Analytics instance in Azure Synapse and that you have CONTROL DATABASE permissions. If you need to create one, use [Create and Connect - portal](create-data-warehouse-portal.md) to create a data warehouse called **mySampleDataWarehouse**.
28
28
29
-
## Sign in to the Azure portal
30
-
31
-
Sign in to the [Azure portal](https://portal.azure.com/).
32
-
33
29
## Create login for DataLoads
34
30
35
31
Create a SQL Server authentication login in the `master` database using [CREATE LOGIN](/sql/t-sql/statements/create-login-transact-sql?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest) for 'ELTLogin'.
@@ -107,20 +103,6 @@ You're being charged for data warehouse units and data stored in your data wareh
107
103
- 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. When you're ready to work with the data, resume compute.
108
104
- If you want to remove future charges, you can delete the data warehouse.
109
105
110
-
Follow these steps to clean up resources.
111
-
112
-
1. Sign in to the [Azure portal](https://portal.azure.com), select on your data warehouse.
113
-
114
-

115
-
116
-
2. To pause compute, select the **Pause** button. When the data warehouse is paused, you see a **Start** button. To resume compute, select **Start**.
117
-
118
-
3. To remove the data warehouse so you're not charged for compute or storage, select **Delete**.
119
-
120
-
4. To remove the SQL server you created, select **mynewserver-20180430.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.
121
-
122
-
5. To remove the resource group, select **myResourceGroup**, and then select **Delete resource group**.
123
-
124
106
## Next steps
125
107
126
108
- You've now created a workload group. Run a few queries as ELTLogin to see how they perform. See [sys.dm_pdw_exec_requests](/sql/relational-databases/system-dynamic-management-views/sys-dm-pdw-exec-requests-transact-sql/?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json&view=azure-sqldw-latest) to view queries and the workload group assigned.
0 commit comments