Posts
Sort by recent activity
back up all system databases
:?:
is there a way to back up all the system databases via 1 script line like you can do single databases? Or do I have to do each system database seperately as in the script?
Delete files older than xxx
I have a SQL job that is running the follwing T-SQL statement. However when it is run it is not deleting the prior day(s) files. Is it because I am doing an <Auto> on the name?
EXECUTE master.....
Backup extended stored procedure
when using this stored procedure does it automatically assume replace the existing file or is there a parmater that I need to qualify?
:?: