mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
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.
Sample Categories
[applications] (applications/)
End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios.
[databases] (databases/)
Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
[features] (features/)
Samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.
[management] (manage/)
Samples that help with the management of SQL Server and Azure SQL Database.