Skip to content

Commit 5301a10

Browse files
committed
Merge pull request #31 from barbkess/blk
readme
2 parents e801dce + cf40115 commit 5301a10

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

  • samples/databases/contoso-data-warehouse
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Contoso Retail Data Warehose
2+
3+
Loads data from a public Azure Storage Blob into the Contoso Retail Data Warehouse schema in Azure SQL Data Warehouse.
4+
5+
<!-- Add a diagram if you have it -->
6+
7+
![Alt text](/media/image-name.png "<Friendly name>")
8+
9+
10+
### Contents
11+
12+
[About this sample](#about-this-sample)<br/>
13+
[Before you begin](#before-you-begin)<br/>
14+
[Run this sample](#run-this-sample)<br/>
15+
[Sample details](#sample-details)<br/>
16+
[Disclaimers](#disclaimers)<br/>
17+
[Related links](#related-links)<br/>
18+
19+
20+
<a name=about-this-sample></a>
21+
22+
## About this sample
23+
24+
<!-- Delete the ones that don't apply -->
25+
1. **Applies to:** Azure SQL Data Warehouse
26+
1. **Key features:**
27+
1. **Workload:** data warehouse
28+
1. **Programming Language:** T-SQL
29+
1. **Authors:** jrj;barbkess
30+
1. **Update history:**
31+
32+
<a name=before-you-begin></a>
33+
34+
## Before you begin
35+
36+
To run this sample, you need the following prerequisites.
37+
38+
**Software prerequisites:**
39+
40+
<!-- Examples -->
41+
2. Visual Studio 2015 (or higher) with the latest SSDT installed
42+
43+
**Azure prerequisites:**
44+
45+
<!-- Examples -->
46+
1. A database in Azure SQL Data Warehouse
47+
48+
<a name=run-this-sample></a>
49+
50+
## Run this sample
51+
52+
<!-- Step by step instructions. Here's a few examples -->
53+
54+
1. From Visual Studio, open the SQL Server Object Explorer and connect to your SQL Data Warehouse database.
55+
56+
2. Open a new query window and run the T-SQL code from there.
57+
58+
59+
<a name=sample-details></a>
60+
61+
## Sample details
62+
63+
Describe sample details
64+
65+
<a name=disclaimers></a>
66+
67+
## Disclaimers
68+
The code included in this sample is not intended to be ...
69+
70+
<a name=related-links></a>
71+
72+
## Related Links
73+
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
74+
75+
For more information, see these articles:

0 commit comments

Comments
 (0)