(Matteo Lorini) Master Data Services (MDS) allows you to setup and control data that is used in several parts of the organization to make sure the data stays consistent throughout your systems. One of the options for working MDS is to use version control and various views to support different level
Tag: sql server
Implementing Full-Text Search in SQL Server 2016 for Advanced Users
(Haroon Ashraf) This article tells about advanced methods of Full-Text Search usage for data professionals. It enables better search experience in their day-to-day database analysis.
SQL SERVER – DATABASE SCOPED CONFIGURATION – PARAMETER SNIFFING
(Pinal Dave) Just a few hours ago, I finished my very last consulting engagement of the year Comprehensive Database Performance Health Check. My client had hired me after reading my recent series on Parameter Sniffing.
Send an alert when the database state changes to SQL Server single-user mode
(Nisarg Upadhyay) This article explains the SQL Server single-user mode and how to configure an automated email alert when the state of the user database changes to the single-user mode. To send an alert, we will create a DDL trigger that executes when the user runs the ALTER DATABASE query.
Azure Synapse Analytics & Power BI concurrency
(James Serra) As a follow-up to my last blog, Azure Synapse Analytics & Power BI performance, I wanted to focus on concurrency when using these two products.
Create an Azure Function to execute SQL on a Snowflake Database – Part 2
(Koen Verbeeck) Azure Data Factory currently doesn’t have an integrated connector for the Snowflake cloud data warehouse. A work-around is to use Azure Functions to send SQL statements to Snowflake. In this two-part tip, we explain how you can create and use such an Azure Function.
SQL SERVER – Parameter Sniffing and OPTIMIZE FOR UNKNOWN
(Pinal Dave) I consider myself fortunate that I often receive a follow-up question from my earlier blog posts. Today we will discuss Parameter Sniffing and OPTIMIZE FOR UNKNOWN. In the earlier blog post, I had discussed how one can avoid the parameter sniffing by declaring the local parameter.
Query AWS Athena Data from SQL Server
(Maria Zakourdaev) Every cloud provider has a serverless interactive query service that uses standard SQL for data analysis. As for the biggest cloud providers, we have Azure Data Lake analytics, Google BigQuery and AWS Athena. Due to the fact that my company is using only AWS, I am greatly enjoying
NULL Complexities – Part 2
(Itzik Ben-Gan) This article is the second in a series on NULL complexities. Last month I introduced the NULL as SQL’s marker for any kind of missing value.
SQL SERVER – Parameter Sniffing and Local Variable in SP
(Pinal Dave) After reading yesterday’s blog post about SQL SERVER – Parameter Sniffing Simplest Example, I received a follow-up question from my client with whom I have worked earlier in a recent consulting engagement of Comprehensive Database Performance Health Check.