Backing up SQL databases regularly is a must-do activity. We can take a backup of SQL database on the local drive and network drive.
We will discuss both
Step 1
EXEC sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
We will discuss both
Step 1
EXEC sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO