Answers for "how to get the backup file location of database in sql server"

SQL
0

query for backup a database at another location in file system

BACKUP DATABASE [D:testing.mdf] TO disk = 'C:PathToBackupBackupFileName.bak'
Posted by: Guest on August-05-2021

Code answers related to "how to get the backup file location of database in sql server"

Code answers related to "SQL"

Browse Popular Code Answers by Language