Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

straw-space

(obsolete, archived) explorations in sql server

SQL Server database backups can be inspected by a SQL Server Instance to see what's in them using the RESTORE LABELONLY and RESTORE HEADERONLY commands. Using this information it's possible to see what backup files need to be restored in what order to bring back a database or apply the next backupset in a restore chain. All that's needed is a SQL Server Login account with enough privilege (or a domain or local server windows account). "Enough Privilege" is thought to be SERVERADMIN.

I've seen several Powershell implementations of this; They were not very good or clear (IMO anyway). So I'm taking a stab at it.

This is a work in progress; no warranties or assertion of fitness for use is meant or implied, YMMV, use at your own risk.

About

explorations in sql server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages