We will create sql server audit step by step in this article. We need to create an Audit file to record transactions made by people …
Read More »MSSQL
Difference Between Always On Failover Cluster, Database Mirroring, Always On Availability Group, Replication and Log Shipping
I wanted to write this article to make it easier for you to choose between SQL Server’s technologies used for HA (High Availability) and DR …
Read More »Collecting Environment Information
You can use the following script to collect the enviroment information that are set on the user you are connecting to the database. This …
Read More »What is Database Snapshot On SQL Server
Database Snapshot is the creation of an unchangeable image of the database, you can think of it as taking current photo of database. If …
Read More »Snapshot Replication On SQL Server
Snapshot technology is used during the first synchronization in other types of replication. Below you can find more articles about the types of replication. …
Read More »Merge Replication On SQL Server
Merge Replication is a technology developed for applications that want to update on the same table through multiple servers. In other words, Publisher and …
Read More »How to Fix “Saving changes is not permitted” Error
You may get an error as follows when you want to change and save a column type or size in a table in the database. …
Read More »Peer to Peer Transactional Replication On SQL Server
It uses the technology of Transactional Replication. As a difference, every subscriber is also publisher. You can read my article “Transactional Replication On SQL Server“. …
Read More »Does it take a long time to delete the database On SQL Server?
When you delete the database, remove the tick on “Delete backup and restore history information for databases” and check “Close existing connections”. Thus, the database …
Read More »How to Fix “Cannot open backup device” Error?
When you want to back up your database, you may see “Cannot open backup device” error as you see in the picture below. To resolve …
Read More »