Files
sql-server-samples/samples/features
dblugeon 8eb502e952 Fix crash of mssql_conf during setup with the MSSQL 2019 cu15
Hello everybody,
In the CU15 (15.0.4198.2), the mssql-conf tool was rewrited. With this sqlserver's update and the old version of mssql_conf, we get an error "usermod command not found" during the checkinstance.sh's execution. This fix adds a merge operation of setup_env dictionary with the MSSQL_SA_PASSWORD and MSSQL_PID variables
2022-03-16 14:50:55 +01:00
..
2021-07-06 01:21:59 +00:00
2022-03-07 09:50:39 +01:00
2019-11-12 14:58:39 -08:00
2022-01-13 14:07:50 -08:00
2021-06-09 18:51:26 -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 (in SQL Server 2016 and above) brings R processing close to the data, allowing more scalable and more efficient predictive analytics using R in-database.

ML Services

SQL Server ML Services (SQL Server 2017) brings Python processing close to the data, allowing more scalable and more efficient predictive analytics using Python in-database.

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.

Graph Tables

Graph tables enable you to add a non-relational capability to your database.

SQL Management Objects (SMO)

The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database. These code snippets demonstrate features of SMO and illustrate how to use SMO properties and collections without sacrificing performance.

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.