@@ -9,43 +9,54 @@ Briefly describe what the sample does. Describe the benefit of running this samp
9
9
10
10
### Contents
11
11
12
- [ About this sample] ( #about-this-sample )
13
- [ Before you begin] ( #before-you-begin )
14
- [ Run this sample] ( #run-this-sample )
15
- [ Sample details] ( #sample-details )
16
- [ Disclaimers] ( #disclaimers )
17
- [ Related links] ( #related-links )
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
18
19
19
20
20
<a name =about-this-sample ></a >
21
21
22
22
## About this sample
23
23
24
- ** Applies to:** SQL Server 2016 (or higher), or Azure SQL Database
24
+ Applies to:
25
25
26
- ** Key features: **
26
+ - SQL Server 2016 (or higher), or Azure SQL Data Warehouse
27
27
28
- ** Workload: **
28
+ Key features:
29
29
30
- ** Languages: **
30
+ - columnstore indexes
31
31
32
- ** Authors:**
32
+ Workload:
33
+ - data warehouse
33
34
34
- ** Last update:**
35
+ Languages:
36
+
37
+ - T-SQL
38
+
39
+ Authors:
40
+
41
+ - github-user1;github-user2
42
+
43
+ Last update:
44
+
45
+ - 04/29/2016
35
46
36
47
<a name =before-you-begin ></a >
37
48
38
49
## Before you begin
39
50
40
51
To run this sample, you need the following prerequisites.
41
52
42
- ** Software** prerequisites:
53
+ Software prerequisites:
43
54
44
55
<!-- Examples -->
45
56
1 . SQL Server 2016 (or higher) or an Azure SQL Database
46
57
2 . Visual Studio 2015 (or higher) with the latest SSDT installed
47
58
48
- ** Azure** prerequisites:
59
+ Azure prerequisites:
49
60
50
61
<!-- Examples -->
51
62
1 . Permission to create an Azure SQL Database
0 commit comments