Back to Browse

Backup (Transact-SQL) database in Microsoft SQL Server

76 views
Nov 17, 2019
2:10

Our previous video was about doing backup manually, today we will do the same thing but this time with (Transact-SQL) command. it's really simple steps you need to follow with :- 1- Left click on "New Query". --------------------------------------------------------------------------------------- 2- Type the following SQL command with replacing the variables. BACKUP DATABASE [DatabaseName] TO DISK = 'FilePath\FolderName\DatabaseName.bak'; --------------------------------------------------------------------------------------- 3- Left click on "Execute" button. And thanks for watching :)

Download

0 formats

No download links available.

Backup (Transact-SQL) database in Microsoft SQL Server | NatokHD