Quantcast
Channel: Red Gate forums: SQL Backup 7
Viewing all articles
Browse latest Browse all 713

RE: How to get this kind of information programmatically?

$
0
0
You can get most of the details using this:

Code:
EXEC master..sqlbackup '-sql "RESTORE SQBHEADERONLY FROM DISK = [<your backup file name>]"'

Viewing all articles
Browse latest Browse all 713

Trending Articles