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 databases
Contains samples databases for Microsoft's SQL databases include SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
The new sample database for SQL Server 2016 and Azure SQL Database. It illustrates the core capabilities of SQL Server 2016 and Azure SQL Database, for transaction processing (OLTP), data warehousing and analytics (OLAP) workloads, as well as hybrid transaction and analytics processing (HTAP) workloads.
Sample data warehouse that illustrates loading data into Azure SQL Data Warehouse.