New Dmw sys.dm_db_log_stats in SQL Server 2017 To understand SQL Server architecture, you must understand the architecture of the SQL Server Transaction Log file. Transaction …
Read More »MSSQL
Automatic Seeding in Always On Availability Groups
What is Automatic Seeding? Automatic Seeding is a feature introduced with SQL Server 2016. We need to add SEEDING_MODE = AUTOMATIC when creating the Availability …
Read More »How To Create Basic Availability Group in SQL Server Standart Edition
What is Basic Availability Groups? As of SQL Server 2016, we can create Always ON Availability Groups in Standard Edition with some limitations. You should …
Read More »Dynamic Data Masking(DDM) in SQL Server
What is Dynamic Data Masking? Dynamic Data Masking is a feature announced in SQL Server 2016. With Dynamic Data Masking, you can restrict unauthorized access …
Read More »Row Level Security in SQL Server
What is Row Level Security in SQL Server? Row-Level Security is a feature introduced in SQL Server 2016 that allows each user to see only …
Read More »How To Create SQL Database on Azure
You can find information about creating SQL Database in Azure in this article. If you are creating a Stretch Database, you must first create a …
Read More »How To Create Virtual Machine on Azure for SQL Server
In Azure, you can create a virtual machine to manage SQL Server databases. In this article, I will explain how to create this virtual machine …
Read More »What is Stretch Database in SQL Server
What is Stretch Database? If you want to archive your old data to Azure, all you need is StretchDatabase. You can then query as you …
Read More »What is PolyBase and How To Install PolyBase in SQL Server
What is PolyBase? This article contains information about PolyBase in sql server. Use cases, installation steps,configuring polybase cluster. With PolyBase; We can bridge between SQL …
Read More »SQL Server Tempdb Configuration During Installation
Tempdb is a very important system database for heavily used systems. If it is not configured correctly, it can cause serious performance problems in the …
Read More »