mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Returned original intervals that generate data sample
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user