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
{{ message }}
This repository was archived by the owner on Jun 29, 2019. It is now read-only.
After successful execution, you will see screen like below:
104
+
![][19]
103
105
Execute a single PowerShell script to
104
106
105
107
- Download and install AzCopy, if AzCopy is not installed
@@ -117,6 +119,9 @@ Input your credentials as prompted. After this PowerShell script is run the firs
117
119
118
120
Depending on the geographical location of your blob storage account, the process of copying data from public blob to your private storage account could take about 15 minutes or longer,and the process of loading data from your storage account to SQL DW could takes about 20 minutes or longer. For your information, the public blob storage account we use to share the data is located at South Central US.
119
121
122
+
After successful execution, you will see screen like below:
123
+
![][20]
124
+
120
125
## <aname="dbexplore"></a>Data Exploration and Feature Engineering in SQL Data Warehouse
121
126
122
127
In this section, we will perform data exploration and feature generation by running SQL queries directly in the **SQL Server Management Studio** or **Visual Studio**. A sample script named **SQLDW.sql** is provided on [Github](./SQLDW_Explorations.sql). Modify the script to change the database or data table name, if it is different from the default.
@@ -658,6 +663,8 @@ This sample walkthrough and its accompanying scripts and IPython notebook(s) are
0 commit comments