Quantcast
Viewing latest article 7
Browse Latest Browse All 8

create one-time backup files

>>Is this possible?

Yes, assuming you have been granted db_owner rights to that database

Just issue a T SQL  Full backup command; it won't break any of the existing backup schedule or transaction log chain.

BACKUPDATABASE DatabaseName TODISK = 'C:\BackupFileName.bak'WITH INIT;
GO

Viewing latest article 7
Browse Latest Browse All 8

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>