Viewing 5 posts - 1 through 5 (of 5 total)
ShuNx239 (1/3/2014)
You should disable the SQL Server VSS Writer service.
That is what I eventually did.
11:29pm - net stop "SQL Server VSS Writer"
11:31pm - net start "SQL Server VSS Writer"
🙂
January 6, 2014 at 8:40 am
I agree it's not exactly a bug. But the fact remains that differentials are running based on a non-existent full backup (a backup that's part of a volume snapshot). It...
February 20, 2013 at 2:54 pm
You could create an after-insert trigger on 'backupset' table in msdb database. Check for the condition is_snapshot=1 and run the full backup job.
This is a good idea. But luckily for...
February 20, 2013 at 1:59 pm
gotcha. i'll find out from the network guys if the backup device properties can be adjusted to not talk to sql.
Thanks!
July 10, 2012 at 2:36 pm
Jared,
Thanks for the reply. Apparently, some backup devices use sql VSS writer to inform sql server that the disk is being backed up, which is recorded as a snapshot backup.
I...
July 10, 2012 at 2:10 pm
Viewing 5 posts - 1 through 5 (of 5 total)