Backup & Restore Multiple Databases

Backup and restore all databases from an old SQL server and restore it on new SQL server. The number of databases are approx 99+. Let's try to make backup and…

Read Full
46 views 09:40 0 Comments

Table backup in SQL Server

Introduction Here we will discuss different backup strategies and methodologies used to take the table backup in SQL Server with real-life examples. There are different methods of taking backup in…

Read Full
41 views 04:20 0 Comments

Database Backup & Restore in SQL server

Introduction Backing up a database is one of the most important things you need to do when having a database depended application. It's only all of your data in there,…

Read Full
39 views 04:36 0 Comments

Database restore history in SQL Server

Introduction This script will help you to get the restore history for all the databases. If you need to know the restore history only for a single database then please…

Read Full
49 views 22:49 2 Comments