Skip to content

Commit be51b38

Browse files
Merge pull request microsoft#472 from JocaPC/master
Returned original intervals that generate data sample
2 parents a9448df + 9451da7 commit be51b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/PostDeploymentScripts/Script.PostDeployment1.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ SET NOCOUNT ON;
161161
depricated in future releases.
162162
*/
163163
EXEC DataLoadSimulation.DailyProcessToCreateHistory
164-
@StartDate = '20180101',
165-
@EndDate = '20181001',
164+
@StartDate = '20130101',
165+
@EndDate = '20130201',
166166
@AverageNumberOfCustomerOrdersPerDay = 60,
167167
@SaturdayPercentageOfNormalWorkDay = 25,
168168
@SundayPercentageOfNormalWorkDay = 0,

0 commit comments

Comments
 (0)