TSQL Tutorial 23: Implementing Database Disaster Recovery-Backup and Restore

I’m going to discuss one important job of Database administrators, that is Disaster management and recovery. This is a critical aspect of the life of a database because there are lot of things that can cause a database to cease to exist. For example, a hacker can inject a SQL code into your front end […]

Read More

TSQL Tutorial 21: Triggers

Ok, here we go again guys/girls, lets try to learn something smart together. In this tutorial, I’m focusing on triggers. So What are triggers?  I like to keep things simple and stupid sometimes so l’ll say triggers are pre-compiled set of T-SQL statements that are automatically executed on a particular Data Definition Language, Data Manipulation Language […]

Read More