Viewing 4 posts - 1 through 4 (of 4 total)
perfect this is what I needed! I will need to modify a bit to get the naming correct but this is definitely the direction I needed.
Thanks!
November 3, 2014 at 1:21 pm
instead of using NOINIT as in:
BACKUP DATABASE [Database] TO DISK = N'D:\Backup\TUE.bak' WITH NOFORMAT, NOINIT, NAME = N'Database-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10
GO
which appends...
April 24, 2013 at 6:48 am
Never mind... thought I had with init in the script in ssms but it was appending instead of overwriting. :rolleyes:
April 23, 2013 at 11:52 am
Viewing 4 posts - 1 through 4 (of 4 total)