First of all, upgrade is an important task. Before upgrading, you must check your database is ready to upgrade with the help of Database Migration …
Read More »MSSQL
Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager. Invalid class [0x80041010]
You may receive this error if you want to make a change in SQL Server Configuration Manager. Depending on the version of SQL Server you …
Read More »How To Create a Linked Server To Connect To PostgreSQL From SQL Server
You may want to transfer data to MSSQL from PostgreSQL or send query to PostgreSQL from MSSQL. There are different methods to perform this. One …
Read More »DBCC SHOW_STATISTICS in SQL Server
With DBCC SHOW_STATISTICS we can get detailed information about a statistic. As many of you know, statistics have one of the most important roles in …
Read More »SQL Server Failover Cluster Takes Disk Offline
This is very interesting case. One day we saw that a database is not accessible in a failover cluster due to an offline disk. And …
Read More »What is Incremental Statistics in SQL Server
Its is a feature announced with SQL Server 2014. It can be very useful if you have a partition in your database. If you don’t …
Read More »How To Compress ColumnStore Tables and Indexes With COLUMNSTORE_ARCHIVE Option
COLUMNSTORE_ARCHIVE option was introduced with SQL Server 2014. If we want to archive ColumnStore Tables or Indexes, we can compress our columnstore tables or indexes …
Read More »How To Manage Online Index Rebuild and Partition Switch Processes With WAIT_AT_LOW_PRIORITY
WAIT_AT_LOW_PRIORITY is a feature introduced with SQL Server 2014. We can control the Online Index Rebuild and switch partition operations. For example, suppose we perform …
Read More »What is Delayed Durability in SQL Server
Delayed Durability is a feature that introduced with SQL Server 2014. It is a feature that flexs Durability, a common feature of advanced relational databases. …
Read More »How To Restore a Backup From URL(Backup On Azure Storage)
In this article, I will explain how to restore a backup on Azure Storage to a local sql instance. Before you read this article, you …
Read More »