MSSQL-Feature-Image
Posted in MS SQL

Standby Database

Standby Database It can minimize the down time It restore…

MSSQL-Feature-Image
Posted in MS SQL

Restore Database

We will use the backup files which set up at…

MSSQL-Feature-Image
Posted in MS SQL

Setup a backup file for restore

Parepre of backup for restore: We create a database named…

MSSQL-Feature-Image
Posted in MS SQL

Tail-log backup in MS SQL

What is Tail-log backup: It is a log backup. It…

MSSQL-Feature-Image
Posted in MS SQL

Filegroup backup in MS SQL

How to list table and filegroup relation in T-SQL: SELECT…

MSSQL-Feature-Image
Posted in MS SQL

Log backup in MS SQL

How to Log backup in GUI: Open “SMSS” > expand…

MSSQL-Feature-Image
Posted in MS SQL

Differential backup in MS SQL

How to differental backup in GUI: Open “SMSS” > expand…

MSSQL-Feature-Image
Posted in MS SQL

Full Backup in MS SQL

How to full backup in GUI: Open “SMSS” > expand…

MSSQL-Feature-Image
Posted in MS SQL

Information of MS SQL Backup

We need to backup the following type of data in…

MSSQL-Feature-Image
Posted in MS SQL

Using SSL encrypt connection between Client and SQL Server

We can use TDE,Row-level security or Dynamic Data Masking to…