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: samples/databases/wide-world-importers/wwi-database-scripts/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Construct WideWorldImporters OLTP Database
2
2
3
-
The scripts in this folder are used to construct the WideWorldImporters database from scratch on SQL Server or Azure SQL Database.
3
+
The scripts in this folder are used to construct the WideWorldImporters database from scratch on SQL Server or Azure SQL Database. It is possible to vary the data size (see step 6 in the instructions below).
4
+
5
+
A pre-created version of the database is available for download as part of the latest release of the sample: [wide-world-importers-release](http://go.microsoft.com/fwlink/?LinkID=800630).
4
6
5
7
### Contents
6
8
@@ -33,7 +35,7 @@ To run this sample, you need the following prerequisites.
33
35
34
36
<!-- Examples -->
35
37
1. SQL Server 2016 (or higher) or an Azure SQL Database.
36
-
2. SQL Server Management Studio, preferably 2016 April Preview or later (version >= 13.0.14000.36)
38
+
2. SQL Server Management Studio, 2016 June release or later (version >= 13.0.15000.23)
0 commit comments