mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
There is a bug in the code when it tries to append the union, it generates invalid SQL. By encapsulating the underlying select's into parens, it eliminates the issue in both cases (just the first query vs both queries unioned).
Sample Categories
End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios.
Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
Demos of various SQL features and capabilities that were presented at conferences, in Webcasts, etc...
Samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.
Samples that help with the management of SQL Server and Azure SQL Database.
Samples showing how to connect to SQL databases using various programming languages, including Python, C#, F#, Java, Ruby, Node.js, and PHP.
Samples showing various SQL Server in container scenarios.
