Replication is a process to manage multiple copies of the same data at a different node. Microsoft SQL Server supports Merge Replication, Transaction Replication, Peer to Peer Replication and Snapshot Replication.
Read more »

Replication is a process to manage multiple copies of the same data at a different node. Microsoft SQL Server supports Merge Replication, Transaction Replication, Peer to Peer Replication and Snapshot Replication.
Read more »In this article, we will review how to construct and execute dynamic SQL statements in SQL Server with different examples.
Read more »This article explores the usage of TempDB and different ways to shrink the TempDB database in SQL Server
Read more »This article explores the SQL Server PERCENT_RANK analytical function to calculate SQL Percentile and its usage with various examples.
Read more »A couple of years ago, Microsoft announced that SQL Server would be available on Open Source (Linux). In this article, we will go through the installation of Microsoft SQL Server on Linux (Ubuntu) and each step in detail.
Read more »While building and deploying an SSAS OLAP cube, there are two processing orders that you can choose from when you create a process operation:
Read more »This article gives a walk-through of SQL Server Statistics and different methods to perform SQL Server Update Statistics.
Read more »Performance monitoring is a must to do the task for a DBA. You should ensure that the database performance is optimal all the time without any impact on the databases. Performance issues act like an open stage, and you need to look at every aspect such as CPU, RAM, server performance, database performance, indexes, blocking, waits, and SQL Server deadlocks. You might face frequent deadlocks issues, and they have a direct impact on the application performance.
Read more »This article gives an overview of Windows Failover Cluster Quorum modes that is necessary for SQL Server Always on Availability Groups.
Read more »In this article, I’ll explore the use of snapshot isolation using row versioning as an alternative to the classic ANSI SQL transaction levels.
Read more »In this article, we will walk through Microsoft Naive Bayes algorithm in SQL Server.
Read more »This is the fifth article of a series dedicated to discovering geographic map tools in Power BI.
Read more »This article gives an overview of the SQL STUFF function with various examples.
Read more »In this article, we will review how to configure SAN less SQL Server cluster in AWS EC2 instances using SIOS DataKeeper.
Read more »In this article, we will review Dynamic Data Masking in the Azure SQL database. Dynamic Data Masking is a feature to limit the sensitive data to the non-privileged users by hiding the data of a column. Data is not masked and stored in the disk. Masking is applied to the result set returned to the user. The users with “db_owner” permission on “UNMASK” permission can still see the unmasked data when they query the table.
Read more »As SQL professionals, we often have to deal with XML data in our databases. This article will help you walk through several examples of using ‘FOR XML PATH’ clause in SQL Server.
Read more »In this article, we will review options called LOCKS in Azure SQL database and Azure SQL Server that are used to protect databases or servers from accidental deletes or configuration changes.
Read more »In this article, we will demonstrate T-SQL metadata functions available in the SQL Server.
Read more »In this article, we will learn how to create stored procedures in SQL Server with different examples.
Read more »This article gives an overview of the Max Worker Threads for the SQL Server Always On Availability Group databases.
Read more »I have seen that SQL developers use varchar(max) data while designing the tables or temporary tables. We might not be sure about the data length, or we want to eliminate the string or binary truncation error.
Read more »In this article, we will review how to configure email notifications in the Azure SQL single database or elastic pool.
Read more »In the SQL world, it is an important activity to perform SQL Server installation for a database administrator. Have you ever noticed ‘SQL Server Startup Parameters’ for the SQL Service? You might not have noticed them, but these parameters are beneficial for DBAs.
Read more »This article gives an overview of the SQL Server DBCC FREEPROCCACHE command and its usage with different examples.
Read more »In this article, we will review CREATE DATABASE statement in the Azure SQL database with various examples.
Read more »© Quest Software Inc. ALL RIGHTS RESERVED. | GDPR | Terms of Use | Privacy