We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9448df + 9451da7 commit be51b38Copy full SHA for be51b38
samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/PostDeploymentScripts/Script.PostDeployment1.sql
@@ -161,8 +161,8 @@ SET NOCOUNT ON;
161
depricated in future releases.
162
*/
163
EXEC DataLoadSimulation.DailyProcessToCreateHistory
164
- @StartDate = '20180101',
165
- @EndDate = '20181001',
+ @StartDate = '20130101',
+ @EndDate = '20130201',
166
@AverageNumberOfCustomerOrdersPerDay = 60,
167
@SaturdayPercentageOfNormalWorkDay = 25,
168
@SundayPercentageOfNormalWorkDay = 0,
0 commit comments