1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
a58056f6fd Resubmit: Moving the batch commit to Stored Proc DailyProcssToCreateHistory
Reason: There are pre-looping data initialization and post-looping
reintialization in Stored Proc DailyProcssToCreateHistory. If the batch
commit is in 6-wwi-data-simulation.sql, there will be duplicated
pre-loop initialization, security setting and wrong post-loop data
initialization.

Solution: Move the batch commit into DailyProcssToCreateHistory's WHILE
loop.

Known behavior: the day after 20151220 will trigger
RecordColdRoomTemperatures, which is slow and it's my next work item.
2016-07-15 11:27:45 +08:00
0741c712b8 removing erroneous GO statements 2016-07-14 08:29:41 -07:00
0a3bef4825 Updating Style & Merging PR:#68 2016-07-13 09:56:34 -07:00
91d954497c fixes in scripts 2016-06-02 12:35:21 -07:00
3fddd75d84 moving to different folder 2016-05-25 13:44:41 -07:00