From 9451da7fbf73d1cb12c105b82374729f5a02d2a5 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Thu, 25 Oct 2018 20:44:50 +0200 Subject: [PATCH] Returned original intervals that generate data sample --- .../wwi-ssdt/PostDeploymentScripts/Script.PostDeployment1.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/PostDeploymentScripts/Script.PostDeployment1.sql b/samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/PostDeploymentScripts/Script.PostDeployment1.sql index 434b3751..7d559a31 100644 --- a/samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/PostDeploymentScripts/Script.PostDeployment1.sql +++ b/samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/PostDeploymentScripts/Script.PostDeployment1.sql @@ -161,8 +161,8 @@ SET NOCOUNT ON; depricated in future releases. */ EXEC DataLoadSimulation.DailyProcessToCreateHistory - @StartDate = '20180101', - @EndDate = '20181001', + @StartDate = '20130101', + @EndDate = '20130201', @AverageNumberOfCustomerOrdersPerDay = 60, @SaturdayPercentageOfNormalWorkDay = 25, @SundayPercentageOfNormalWorkDay = 0,