1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/features
Mihaela Blendea 9ccc8a17fb Update vdipipesample.cpp
Fix sample to work on SLES. . The issue is in access to the shared memory that VDI uses to communicate between SQL Server and the client application. When opening the file, the mode is modified by the current umask setting and group sharing is removed.
2017-05-19 14:58:55 -07:00
..
2017-05-08 14:46:24 +02:00
2017-05-17 13:48:35 -07:00
2017-01-23 01:38:13 -08:00
2017-05-19 14:58:55 -07:00

Samples for specific SQL Server and Azure SQL features

In-Memory OLTP

In-Memory OLTP can significantly improve performance of transaction processing in SQL Server and Azure SQL Database. It is a memory-optimized database engine integrated into the database engine, optimized for OLTP. With In-Memory OLTP you can increase the transaction throughput by up to 30 times, depending on the specifics of the workload.

Master Data Services

Master Data Services (MDS) is the SQL Server solution for master data management. Master data management (MDM) enables you organization to discover and define non-transactional lists of data, and compile maintainable, reliable master lists.

R Services

SQL Server R Services brings R processing close to the data, allowing more scalable and more efficient predictive analytics.

JSON Support

Built-in JSON functions enable you to easily parse and query JSON data stored in database, transform relational data to JSON text, and vice versa.

Temporal (system-versioning)

Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data.

Samples for Business Intelligence features within SQL Server

Reporting Services (SSRS)

Reporting Services provides reporting capabilities for your organziation. Reporting Services can be integrated with SharePoint Server or used as a standalone service.