How can we help you today? How can we help you today?
fredmut

Activity overview

Latest activity by fredmut

Can't believe this tool is flooding my SQL Server error logs with DBCC TraceON and DBCC TraceOff msgs. Is there some way to stop this from cluttering my error logs? / comments
Can't believe this tool is flooding my SQL Server error logs with DBCC TraceON and DBCC TraceOff msgs. Is there some way to stop this from cluttering my error logs?
0 votes
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