Files
sql-server-samples/samples
Foundatum d1373dc919 Fix Exponential growth in Daily simulation
Repeated calls to this procedure cause exponential growth in orders. Including this condition fixes that.

During the data simulation process, there is a process to pick orders. If there is not enough stock to pick a full order, that order is split into an Original and Backordered Order. This could result in a chain of orders, with only the final one having a null value for the BackorderOrderID.
2022-11-22 14:34:33 -07:00
..
2022-10-07 20:18:11 +00:00
2022-11-09 13:55:06 +03:00
2022-05-11 15:33:49 -07:00

Sample Categories

End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios.

databases

Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.

demos

Demos of various SQL features and capabilities that were presented at conferences, in Webcasts, etc...

features

Samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.

management

Samples that help with the management of SQL Server and Azure SQL Database.

tutorials

Samples showing how to connect to SQL databases using various programming languages, including Python, C#, F#, Java, Ruby, Node.js, and PHP.

containers

Samples showing various SQL Server in container scenarios.