Skip to content

Commit 568626f

Browse files
committed
Merge remote-tracking branch 'refs/remotes/Microsoft/master'
2 parents d1c5d9f + 6f6ad2b commit 568626f

File tree

32,506 files changed

+34907
-2398074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

32,506 files changed

+34907
-2398074
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test_LFS.bak filter=lfs diff=lfs merge=lfs -text
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
**Instructions**
2+
3+
4+
- Copy the BCP data files & format file below to a local folder (ex: bcp folder from sample):
5+
6+
[orderlines.bcp](https://sqlchoice.blob.core.windows.net/sqlchoice/samples/belgrade-product-catalog-demo/bcp/orderlines.bcp)
7+
8+
[orderlines.fmt](https://sqlchoice.blob.core.windows.net/sqlchoice/samples/belgrade-product-catalog-demo/bcp/orderlines.fmt)
9+
10+
[orders.bcp](https://sqlchoice.blob.core.windows.net/sqlchoice/samples/belgrade-product-catalog-demo/bcp/orders.bcp)
11+
12+
[orders.fmt](https://sqlchoice.blob.core.windows.net/sqlchoice/samples/belgrade-product-catalog-demo/bcp/orders.fmt)
-12.6 MB
Binary file not shown.

samples/demos/belgrade-product-catalog-demo/sql-scripts/bcp/orderlines.fmt

Lines changed: 0 additions & 8 deletions
This file was deleted.
-48.5 MB
Binary file not shown.

samples/demos/belgrade-product-catalog-demo/sql-scripts/bcp/orders.fmt

Lines changed: 0 additions & 7 deletions
This file was deleted.

samples/features/r-services/telco-customer-churn-v1/Data/edw_cdr.csv

Lines changed: 0 additions & 20469 deletions
This file was deleted.

samples/features/r-services/telco-customer-churn-v1/Data/state_latlon.csv

Lines changed: 0 additions & 56 deletions
This file was deleted.

samples/features/r-services/telco-customer-churn-v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You have to do the following set-up before playing with this demo.
3838

3939
This sample consists of the following directory structure.
4040

41-
- **Data** - This folder contains the raw call detail record data and the USA state longitute/latitute data.
41+
- **Data** - Download the data files [edw_cdr.csv](https://sqlchoice.blob.core.windows.net/sqlchoice/samples/telco-customer-churn-v1/edw_cdr.csv) and [state_latlon.csv](https://sqlchoice.blob.core.windows.net/sqlchoice/samples/telco-customer-churn-v1/state_latlon.csv).
4242
- **R** - This folder contains the R code that you can run in any R IDE.
4343
- **SQL Server** - This folder contains the sql files that you can run to create T-SQL stored procedures (with R code embeded) and try out this telco churn example.
4444
- **ReportBuilder** - This folder contains a sample SQL report created by ReportBuilder.

samples/features/r-services/telco-customer-churn/SQL Server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**Instructions**
22

33

4-
- Restore the database provided (telcoedw2.bak)
4+
- Restore the database provided (telcoedw2.bak). The database can be downloaded from [here](https://sqlchoice.blob.core.windows.net/sqlchoice/samples/telco-customer-churn/teloedw2.bak)
55
- Run the code in TelcoChurn-Main.sql
66

77

0 commit comments

Comments
 (0)