Tag: MS SQL
Standby Database
Standby Database It can minimize the down time It restore…
Restore Database
We will use the backup files which set up at…
Setup a backup file for restore
Parepre of backup for restore: We create a database named…
Tail-log backup in MS SQL
What is Tail-log backup: It is a log backup. It…
Filegroup backup in MS SQL
How to list table and filegroup relation in T-SQL: SELECT…
Log backup in MS SQL
How to Log backup in GUI: Open “SMSS” > expand…
Differential backup in MS SQL
How to differental backup in GUI: Open “SMSS” > expand…
Full Backup in MS SQL
How to full backup in GUI: Open “SMSS” > expand…
Information of MS SQL Backup
We need to backup the following type of data in…
Using SSL encrypt connection between Client and SQL Server
We can use TDE,Row-level security or Dynamic Data Masking to…