TIL
My Thoughts, Opinions, Learnings and Discoveries
-
Backup all MSSQL user databases
At my previous job we had several projects where we worked with MSSQL express, maybe with multiple databases. Here is a quick script to just backup all user (non-system) databases on the system, quickly and easily. It could probably be improved a bit, maybe better naming for the backups, but as a quick backup-all-the-things it works great.
comments