SQL Server Configuration Manager may not found on your server event if you installed SQL Server on that server. If you have installed any version …
Read More »MSSQL
SQL Server on Azure Kubernetes
In this article, I will be explaining how to create a Kubernetes cluster in Azure Kubernetes Service, and how to install SQL server on Azure …
Read More »Metricbeat MSSQL Dashboard
Metricbeat is a useful tool that enables us to get data from more than one data source and load ready dashboards or to create dashboards …
Read More »This secondary replica is not connected to the primary replica
If you get the error “This secondary replica is not connected to the primary replica. The connected state is DISCONNECTED”, it means that you are …
Read More »How To Find Deleted Objects in SQL Server
This article contains script to find deleted objects in sql server. It happened to every database administrator. Application developers or your supervisors may ask you …
Read More »Index Fragmentation and Page Splits in SQL Server
What is Page Splits in SQL Server? As it is known, there are 8KB areas called Page in the file base of SQL Server and …
Read More »How to Transfer Table from SQL Server to HDFS using Apache Sqoop
Sometimes you may need the transfer table from SQL Server to HDFS. In this article we will examine that but first you may want to …
Read More »SQL Server 2019 AlwaysOn Availability Group on Docker Containers
SQL Server 2019 AlwaysOn Availability Group on Docker Container Part 1 SQL Server started to support Linux with the 2016 version. Along with the 2017 …
Read More »How To Install SQL Server 2019 on Ubuntu 18.04
We will install SQL Server 2019 on Ubuntu 18.04 in this article. Our Server Resource Information: CPU : 4 RAM : 16 Disk : 80 …
Read More »Cast and Convert Performance in SQL Server
Conversion operations in datetime data types often cause poor performance but they are always the ones that are overlooked. We will examine the Cast and …
Read More »