mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
* Added WWI Website views and procedures Added new views and procedures for WWI WebSite: 1. Views that expose main entities 2. Create, Update, and Delete procedures for WWI tables. * Added Website views/proc into sql project * Refactored Web APi procedures and views * Update DeleteStateProvince.sql * Fixing style on views Added quoted identifiers everywhere. * Added quoted identifiers on WebApi views * Removed refactor log from project * Addressing UC's comment changed INSERTED to inserted SearchForStockItems uses correct view in webApi schema * Removed unnesecary alias in SalesOrders view * Fixed bugs in SpecialDeals and Customers Added columns in customers view. Changed parameter name in SpecialDeals procedure. * Added quoted identifier_on in insert customer/supplier transactions and missing columns in purchase order lines view. * Added row-level security * Added wrapper views for some simple entities. * Added missing fields in suppliers view/procedure * Handled NULL columns and some missing columns in views. * Removed useless quoted identifier on * Changed quoted identifier on two update customer/supplier transactions stored procedures.
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#, Java, Ruby, Node.js, and PHP.