Skip to content

Commit 9451da7

Browse files
committed
Returned original intervals that generate data sample
1 parent 0de0fe0 commit 9451da7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)