In the article “How To Authorize non-admin Logins To Read DMWs and DMFs“, I explained how to give dmw and dmf read privileges to …
Read More »dbtut
How To Authorize non-admin Logins To Read DMWs and DMFs
Some logins may want to see queries that requested from the database. They can see these queries from SQL Server DMWs(Dynamic Management View) and …
Read More »Policy-Based Management(Check Heap Tables in Databases-Table Facet)
Policy-Based Management is a feature that introduced with SQL Server 2008. It allows us to set the rules we want in our systems, to …
Read More »SQL Server Log Shipping
With the Log Shipping technology, the backup of the SQL Server Transaction Log file is periodically transferred to another instance and recovered on the …
Read More »How many Percent of ASM Disks are used?
In some cases, we may need to know how many percent of the ASM disks are used. The following query shows the percentage of …
Read More »SQL Server Always On Failover Cluster
I will use SQL Server 2014 in this article. Other versions can be installed in similar ways. SQL Server Always On Failover Cluster was …
Read More »How To Add MS DTC To The Cluster
In this article I will tell you how to add the MS DTC service to the windows cluster. First, we open Disk Management. You …
Read More »Numa Nodes, MAX/MIN Server Memory, Log Pages In Memory and MAXDOP
In this article, we will examine the settings that should be done on a Numa Node system. You must make these settings on systems …
Read More »How To Change the Size of Redo Log Files
In order to change the size of the Redolog files, it is necessary to create redolog files of the desired size and drop the …
Read More »How Many Redo Log Switches Per Hour
If Redo Log Switch count is too much, you can increase the redo log sizes if you need. However, the larger the Redo Log, …
Read More »