(James Serra) Cosmos DB is an awesome product that is mainly used for large-scale OLTP solutions. Any web, mobile, gaming, and IoT application that needs to handle massive amounts of data, reads, and writes at a globally distributed scale with near-real response times for a variety of data are grea
Tag: sql server
JSON documents in Azure and IF/THEN blocks
(Denny Cherry) If you do any work in Azure you’ve probably done deployments using JSON scripts. Originally JSON in Azure didn’t support much, you could create objects, but if you put it in the JSON script, it would be created.
Join Elimination: When SQL Server Removes Unnecessary Tables
(Bert Wagner) Join elimination is one of the many techniques that the SQL Server query optimizer uses to create efficient query plans. Specifically, join elimination occurs when SQL Server can establish equality by using query logic or trusted database constraints to eliminate unnecessary joins.
SQL SERVER – Setup / Installation Error – Updating Permission Setting for File ResumeKeyFilter.Store Failed
(Pinal Dave) My client contacted me for a quick assistance in a setup trouble. She informed me that it’s a brand-new install and its failing at the end. She was installing SQL Server 2016 on Windows Server 2016. Let us learn about how to fix Installation Error.
Proactively Plan for your Critical Event in Azure with Enhanced Support and Engineering Services
(Jon Guerin) Deploying an application to Azure in support of a high-profile business event can have many advantages. But failing to assess up front potential gaps that could negatively affect performance and availability during the event and can result in an undesirable impact to the company’s topli
Install and Configure SQL Server 2017 Availability Groups on Linux – Part 5
(Edwin Sarmiento) In a previous tip on Installing SQL Server vNext CTP1 on Red Hat Linux 7.2, we have read about how we can now install SQL Server 2017 on a Linux operating system. We would like to evaluate running SQL Server 2017 Availability Groups on Linux. How do we go about building the Linux e
How to find computed columns on a SQL Server table
(Jack Vamvas) Question: I’m having a problem with an index rebuild job , which is failing on tables with computed columns.
Plan Metrics Without the Plan: Trace Flag 7412
(Grant Fritchey) I place a lot of emphasis on capturing actual execution plans because of the runtime metrics, but with Trace Flag 7412, we don’t need the plan. This is great news, because capturing execution plans, even using extended events, is an expensive proposition.
Optimization Thresholds – Grouping and Aggregating Data, Part 3
(Itzik Ben-Gan) This article is the third in a series about optimization thresholds for grouping and aggregating data. In Part 1 I covered the preordered Stream Aggregate algorithm.
SQL SERVER – SQL Server Cluster Resource Doesn’t Come Online Randomly
(Pinal Dave) This was another interesting situation where client reported that their SQL Server Cluster resource, sometimes, fail to come online when they perform failover of SQL Server from one node to another. In this blog, we would learn how to fix ” SQL Server resource not coming to an online st
