From b07d18d3119f23ddf960ce74fe055a1dc1f62ce2 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Wed, 22 Jun 2016 15:22:20 +0200 Subject: [PATCH] Updated links in readme.md file Updated links to features in readme.md file in features folder. --- samples/features/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/features/readme.md b/samples/features/readme.md index ed91354f..fbe48847 100644 --- a/samples/features/readme.md +++ b/samples/features/readme.md @@ -1,17 +1,17 @@ # Samples for specific SQL Server and Azure SQL features -[In-Memory OLTP](features/in-memory) +[In-Memory OLTP](in-memory) 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](features/master-data-services) +[Master Data Services](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](features/r-services) +[R Services](r-services) SQL Server R Services brings R processing close to the data, allowing more scalable and more efficient predictive analytics. -[JSON Support](features/json) +[JSON Support](json) 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. \ No newline at end of file