Viewing 2 posts - 1 through 2 (of 2 total)
Checking maintenance plan history would help.
select * from msdb.dbo.sysmaintplan_log
select * from msdb.dbo.sysmaintplan_logDetail
The databases selected for backup (in SSIS package) and the current databases in the server may not be...
May 23, 2011 at 12:18 am
#1328299
It is looking like memory page out. Have you changed sql server service account recently? and not changed the same for "Lock pages in memory"? Have a look at it.
If...
April 19, 2011 at 11:26 pm
#1313727