How can we help you today? How can we help you today?
fredmut
use variable for database name in backup command
Is it possible to pass in a TSQL like variable for the database name so I don't have to maintain a hard coded list of databases to backup or exclude? i.e. EXECUTE master..sqlbackup '-SQL "BACKUP ...
2 followers 3 comments 0 votes
Backup databases whose names includes spaces
I need to backup a set of databases (via SQL Agent job) with names that include spaces (yes I know that's not best practice). I'm using a command like EXECUTE master..sqlbackup ''-SQL "BACKUP DATA...
2 followers 2 comments 0 votes