Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Defered Transaction while DBCC CEHCKDB

Author  Topic 

surenekr
Starting Member

1 Post

Posted - 2012-10-31 : 03:14:29
Hi,

I am facing the issue of Defered Transaction error while running DBCC CHECKDB.

Msg 7929, Level 16, State 1, Line 1
Check statement aborted. Database contains deferred transactions.


DBCC OPERTRAN gives
Transaction information for database 'BDS'.

Oldest active transaction:
SPID (server process ID): 164s
UID (user ID) : -1
Name : DELETE
LSN : (18727:817:1)
Start time : Oct 15 2012 4:00:16:080AM
SID : 0xd1f734580d62014eaf855dd72f28d567
DBCC execution completed. If DBCC printed error messages, contact your system administrator.

Can anyone tell me how to resolve this issue. The database size is 95GB. It is an SAP Development Server Database. SAP Development server working well. Also SQL Server Error Log shows

2012-10-30 11:13:51.68 Server Microsoft SQL Server 2005 - 9.00.3042.00 (X64)
Feb 10 2007 00:59:02
Copyright (c) 1988-2005 Microsoft Corporation
Enterprise Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 2)

2012-10-30 11:13:51.68 Server (c) 2005 Microsoft Corporation.
2012-10-30 11:13:51.68 Server All rights reserved.
2012-10-30 11:13:51.68 Server Server process ID is 1396.
2012-10-30 11:13:51.68 Server Authentication mode is MIXED.
2012-10-30 11:13:51.68 Server Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
2012-10-30 11:13:51.68 Server This instance of SQL Server last reported using a process ID of 8272 at 10/19/2012 9:46:05 AM (local) 10/19/2012 4:16:05 AM (UTC). This is an informational message only; no user action is required.
2012-10-30 11:13:51.68 Server Registry startup parameters:
2012-10-30 11:13:51.70 Server -d C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
2012-10-30 11:13:51.70 Server -e C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
2012-10-30 11:13:51.70 Server -l C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
2012-10-30 11:13:51.71 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2012-10-30 11:13:51.71 Server Detected 8 CPUs. This is an informational message; no user action is required.
2012-10-30 11:13:51.92 Server Using locked pages for buffer pool.
2012-10-30 11:13:51.98 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
2012-10-30 11:13:51.98 Server Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
2012-10-30 11:13:56.78 Server Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
2012-10-30 11:13:56.78 Server Database mirroring has been enabled on this instance of SQL Server.
2012-10-30 11:13:56.78 spid5s Starting up database 'master'.
2012-10-30 11:13:56.87 spid5s 23 transactions rolled forward in database 'master' (1). This is an informational message only. No user action is required.
2012-10-30 11:13:56.92 spid5s 0 transactions rolled back in database 'master' (1). This is an informational message only. No user action is required.
2012-10-30 11:13:56.92 spid5s Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2012-10-30 11:13:56.95 spid5s CHECKDB for database 'master' finished without errors on 2012-10-19 10:25:44.367 (local time). This is an informational message only; no user action is required.
2012-10-30 11:13:56.96 spid5s SQL Trace ID 1 was started by login "sa".
2012-10-30 11:13:56.99 spid5s Starting up database 'mssqlsystemresource'.
2012-10-30 11:13:57.01 spid5s The resource database build version is 9.00.3042. This is an informational message only. No user action is required.
2012-10-30 11:13:57.10 spid5s Server name is 'SAPBDS'. This is an informational message only. No user action is required.
2012-10-30 11:13:57.10 spid9s Starting up database 'model'.
2012-10-30 11:13:57.17 spid9s Clearing tempdb database.
2012-10-30 11:13:57.24 spid9s Starting up database 'tempdb'.
2012-10-30 11:13:57.24 Server A self-generated certificate was successfully loaded for encryption.
2012-10-30 11:13:57.24 Server Server is listening on [ 'any' <ipv4> 1433].
2012-10-30 11:13:57.24 Server Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSSQLSERVER ].
2012-10-30 11:13:57.24 Server Server named pipe provider is ready to accept connection on [ \\.\pipe\sql\query ].
2012-10-30 11:13:57.24 Server Server is listening on [ 127.0.0.1 <ipv4> 1434].
2012-10-30 11:13:57.24 Server Dedicated admin connection support was established for listening locally on port 1434.
2012-10-30 11:13:57.26 spid9s Analysis of database 'tempdb' (2) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:13:57.28 spid12s The Service Broker protocol transport is disabled or not configured.
2012-10-30 11:13:57.28 spid12s The Database Mirroring protocol transport is disabled or not configured.
2012-10-30 11:13:57.29 spid12s Service Broker manager has started.
2012-10-30 11:13:57.29 Server SQL Server is now ready for client connections. This is an informational message; no user action is required.
2012-10-30 11:13:57.31 spid23s Starting up database 'BDS'.
2012-10-30 11:13:57.31 spid24s Starting up database 'BSM'.
2012-10-30 11:13:57.31 spid25s Starting up database 'BQS'.
2012-10-30 11:13:57.31 spid22s Starting up database 'msdb'.
2012-10-30 11:13:57.70 spid22s 72 transactions rolled forward in database 'msdb' (4). This is an informational message only. No user action is required.
2012-10-30 11:13:57.78 spid5s 0 transactions rolled back in database 'msdb' (4). This is an informational message only. No user action is required.
2012-10-30 11:13:57.78 spid5s Recovery is writing a checkpoint in database 'msdb' (4). This is an informational message only. No user action is required.
2012-10-30 11:13:58.06 spid25s Analysis of database 'BQS' (7) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:13:58.32 spid24s Analysis of database 'BSM' (6) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:14:00.37 spid25s 3373 transactions rolled forward in database 'BQS' (7). This is an informational message only. No user action is required.
2012-10-30 11:14:00.40 spid23s Analysis of database 'BDS' (5) is 2% complete (approximately 19 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:14:04.81 spid24s 2118 transactions rolled forward in database 'BSM' (6). This is an informational message only. No user action is required.
2012-10-30 11:14:06.45 spid23s Analysis of database 'BDS' (5) is 26% complete (approximately 17 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:14:06.68 spid5s 0 transactions rolled back in database 'BQS' (7). This is an informational message only. No user action is required.
2012-10-30 11:14:06.68 spid5s Recovery is writing a checkpoint in database 'BQS' (7). This is an informational message only. No user action is required.
2012-10-30 11:14:06.95 spid25s CHECKDB for database 'BQS' finished without errors on 2012-10-28 17:59:49.570 (local time). This is an informational message only; no user action is required.
2012-10-30 11:14:07.00 spid24s CHECKDB for database 'BSM' finished without errors on 2012-10-28 18:36:28.407 (local time). This is an informational message only; no user action is required.
2012-10-30 11:14:07.00 spid24s 0 transactions rolled back in database 'BSM' (6). This is an informational message only. No user action is required.
2012-10-30 11:14:07.00 spid24s Recovery is writing a checkpoint in database 'BSM' (6). This is an informational message only. No user action is required.
2012-10-30 11:14:11.78 spid23s Analysis of database 'BDS' (5) is 47% complete (approximately 13 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:14:16.23 spid23s Analysis of database 'BDS' (5) is 67% complete (approximately 7 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:14:20.78 spid23s Analysis of database 'BDS' (5) is 87% complete (approximately 2 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:14:23.42 spid23s Analysis of database 'BDS' (5) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
2012-10-30 11:14:23.42 spid23s Recovery of database 'BDS' (5) is 0% complete (approximately 655 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:14:26.20 spid23s Recovery of database 'BDS' (5) is 2% complete (approximately 107 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:14:29.32 spid23s Recovery of database 'BDS' (5) is 6% complete (approximately 78 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:14:32.26 spid23s Recovery of database 'BDS' (5) is 12% complete (approximately 59 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:14:37.12 spid23s Recovery of database 'BDS' (5) is 19% complete (approximately 54 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:14:39.20 spid23s Recovery of database 'BDS' (5) is 27% complete (approximately 42 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:14:44.65 spid23s Recovery of database 'BDS' (5) is 35% complete (approximately 37 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:14:49.67 spid23s Recovery of database 'BDS' (5) is 44% complete (approximately 32 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:14:54.42 spid23s Recovery of database 'BDS' (5) is 52% complete (approximately 27 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:15:00.84 spid23s Recovery of database 'BDS' (5) is 60% complete (approximately 23 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:15:04.84 spid23s Recovery of database 'BDS' (5) is 69% complete (approximately 18 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:15:08.59 spid23s Recovery of database 'BDS' (5) is 77% complete (approximately 12 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:15:12.60 spid23s Recovery of database 'BDS' (5) is 85% complete (approximately 7 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:15:22.73 spid23s Recovery of database 'BDS' (5) is 93% complete (approximately 3 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
2012-10-30 11:15:22.73 spid23s 156542 transactions rolled forward in database 'BDS' (5). This is an informational message only. No user action is required.
2012-10-30 11:15:22.73 spid23s Recovery of database 'BDS' (5) is 93% complete (approximately 3 seconds remain). Phase 3 of 3. This is an informational message only. No user action is required.
2012-10-30 11:15:24.03 spid23s CHECKDB for database 'BDS' finished without errors on 2012-10-14 19:22:43.603 (local time). This is an informational message only; no user action is required.
2012-10-30 11:19:58.65 spid2s Warning: unable to allocate 'min server memory' of 1638MB.
2012-10-30 11:20:54.79 spid84 Using 'xplog70.dll' version '2005.90.3042' to execute extended stored procedure 'xp_msver'. This is an informational message only; no user action is required.
2012-10-30 11:21:28.65 spid167 Using 'xpstar90.dll' version '2005.90.3042' to execute extended stored procedure 'xp_fixeddrives'. This is an informational message only; no user action is required.
2012-10-30 11:21:49.40 spid174 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 11:21:56.56 spid176 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 11:21:58.54 spid77 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 11:22:17.14 spid108 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 11:25:26.51 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x100000001a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 11:25:26.56 spid10s Using 'dbghelp.dll' version '4.0.5'
2012-10-30 11:25:26.76 spid10s **Dump thread - spid = 10, PSS = 0x0000000080684B60, EC = 0x0000000080684B70
2012-10-30 11:25:26.78 spid10s ***Stack Dump being sent to C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\SQLDump0018.txt
2012-10-30 11:25:26.78 spid10s * *******************************************************************************
2012-10-30 11:25:26.78 spid10s *
2012-10-30 11:25:26.78 spid10s * BEGIN STACK DUMP:
2012-10-30 11:25:26.78 spid10s * 10/30/12 11:25:26 spid 10
2012-10-30 11:25:26.78 spid10s *
2012-10-30 11:25:26.78 spid10s * Latch timeout
2012-10-30 11:25:26.78 spid10s *
2012-10-30 11:25:26.78 spid10s *
2012-10-30 11:25:26.78 spid10s * *******************************************************************************
2012-10-30 11:25:26.78 spid10s * -------------------------------------------------------------------------------
2012-10-30 11:25:26.78 spid10s * Short Stack Dump
2012-10-30 11:25:26.96 spid10s Stack Signature for the dump is 0x000000016A9D729C
2012-10-30 11:25:31.17 spid10s External dump process return code 0x20000001.
External dump process returned no errors.

2012-10-30 11:25:31.18 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 11:25:31.18 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 11:30:57.46 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 11:30:57.46 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 11:30:57.46 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 11:36:49.23 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 11:36:49.23 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 11:36:49.23 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 11:41:54.13 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 11:41:54.13 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 11:41:54.13 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 11:46:55.95 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 11:46:55.95 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 11:46:55.95 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 11:51:56.62 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 11:51:56.62 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 11:51:56.62 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 11:56:56.84 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 11:56:56.84 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 11:56:56.84 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:00:20.83 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 12:00:26.70 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 12:00:31.58 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 12:00:39.79 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 12:01:23.48 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 12:01:27.01 spid73 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 12:01:56.90 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:01:56.90 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:01:56.90 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:06:56.94 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:06:56.94 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:06:56.94 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:11:56.94 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:11:56.94 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:11:56.94 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:16:57.02 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:16:57.02 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:16:57.02 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:21:57.09 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:21:57.09 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:21:57.09 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:26:57.17 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:26:57.17 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:26:57.17 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:31:57.21 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:31:57.21 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:31:57.21 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:36:57.24 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:36:57.24 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:36:57.24 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:41:57.27 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:41:57.27 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:41:57.27 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:47:57.22 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:47:57.22 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:47:57.22 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:52:57.23 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:52:57.23 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:52:57.23 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 12:57:57.26 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 12:57:57.26 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 12:57:57.26 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:02:57.29 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:02:57.29 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:02:57.29 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:07:57.34 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:07:57.34 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:07:57.34 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:13:57.32 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:13:57.32 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:13:57.32 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:18:57.34 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:18:57.34 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:18:57.34 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:23:57.34 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:23:57.34 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:23:57.34 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:28:57.37 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:28:57.37 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:28:57.37 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:33:57.73 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:33:57.73 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:33:57.73 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:39:57.41 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:39:57.41 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:39:57.41 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:44:57.64 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:44:57.64 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:44:57.64 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:50:58.08 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:50:58.08 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:50:58.08 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 13:56:58.06 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 13:56:58.06 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 13:56:58.06 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:00:09.16 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 14:00:12.82 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 14:00:24.03 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 14:00:27.01 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 14:01:04.48 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 14:01:20.61 spid73 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 14:02:57.94 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:02:57.97 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:02:57.97 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:07:59.07 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:07:59.07 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:07:59.07 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:13:57.99 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:13:57.99 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:13:57.99 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:18:58.09 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:18:58.09 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:18:58.09 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:23:58.20 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:23:58.20 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:23:58.20 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:29:57.47 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:29:57.47 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:29:57.47 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:34:58.20 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:34:58.20 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:34:58.20 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:36:19.48 spid159 Error: 18204, Severity: 16, State: 1.
2012-10-30 14:36:19.48 spid159 BackupDiskFile::CreateMedia: Backup device '\\172.16.4.4\sap\bdsbackups\bds\bds_201210301436.bak' failed to create. Operating system error 3(The system cannot find the path specified.).
2012-10-30 14:36:19.56 Backup Error: 3041, Severity: 16, State: 1.
2012-10-30 14:36:19.56 Backup BACKUP failed to complete the command BACKUP DATABASE BDS. Check the backup application log for detailed messages.
2012-10-30 14:36:50.71 spid159 Error: 18204, Severity: 16, State: 1.
2012-10-30 14:36:50.71 spid159 BackupDiskFile::CreateMedia: Backup device '\\172.16.4.4\sap\bds\bds_201210301436.bak' failed to create. Operating system error 3(The system cannot find the path specified.).
2012-10-30 14:36:50.71 Backup Error: 3041, Severity: 16, State: 1.
2012-10-30 14:36:50.71 Backup BACKUP failed to complete the command BACKUP DATABASE BDS. Check the backup application log for detailed messages.
2012-10-30 14:37:55.96 spid159 Error: 18204, Severity: 16, State: 1.
2012-10-30 14:37:55.96 spid159 BackupDiskFile::CreateMedia: Backup device '\\172.16.4.4\sap\bdsbackups\bds\bds_201210301436.bak' failed to create. Operating system error 3(The system cannot find the path specified.).
2012-10-30 14:37:55.96 Backup Error: 3041, Severity: 16, State: 1.
2012-10-30 14:37:55.96 Backup BACKUP failed to complete the command BACKUP DATABASE BDS. Check the backup application log for detailed messages.
2012-10-30 14:39:11.80 Backup Error: 3041, Severity: 16, State: 1.
2012-10-30 14:39:11.80 Backup BACKUP failed to complete the command BACKUP DATABASE BDS. Check the backup application log for detailed messages.
2012-10-30 14:40:10.69 spid159 DBCC CHECKDB (master) executed by SAPBDS\Administrator found 0 errors and repaired 0 errors. Elapsed time: 0 hours 0 minutes 0 seconds.
2012-10-30 14:40:14.62 spid159 DBCC CHECKDB (mssqlsystemresource) executed by SAPBDS\Administrator found 0 errors and repaired 0 errors. Elapsed time: 0 hours 0 minutes 3 seconds.
2012-10-30 14:40:24.14 spid159 DBCC CHECKDB (master) executed by SAPBDS\Administrator found 0 errors and repaired 0 errors. Elapsed time: 0 hours 0 minutes 0 seconds.
2012-10-30 14:40:24.61 spid159 DBCC CHECKDB (mssqlsystemresource) executed by SAPBDS\Administrator found 0 errors and repaired 0 errors. Elapsed time: 0 hours 0 minutes 0 seconds.
2012-10-30 14:40:58.05 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:40:58.05 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:40:58.05 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:45:57.94 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:45:57.94 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:45:57.94 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:50:58.18 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:50:58.18 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:50:58.18 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 14:55:58.34 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 14:55:58.34 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 14:55:58.34 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:01:58.41 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:01:58.41 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:01:58.41 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:07:58.51 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:07:58.51 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:07:58.51 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:13:58.53 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:13:58.53 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:13:58.53 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:18:58.56 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:18:58.56 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:18:58.56 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:23:58.60 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:23:58.60 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:23:58.60 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:28:58.70 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:28:58.70 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:28:58.70 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:33:58.78 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:33:58.78 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:33:58.78 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:38:58.88 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:38:58.88 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:38:58.88 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:43:59.10 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:43:59.10 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:43:59.10 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:49:57.60 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:49:57.60 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:49:57.60 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:54:58.92 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:54:58.92 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:54:58.92 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 15:59:59.00 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 15:59:59.00 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 15:59:59.00 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:00:05.39 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 16:00:08.30 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 16:00:13.92 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 16:00:16.16 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 16:01:01.50 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 16:01:18.17 spid73 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 16:05:59.07 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:05:59.07 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:05:59.07 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:10:59.16 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:10:59.16 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:10:59.16 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:15:59.25 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:15:59.25 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:15:59.25 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:21:59.30 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:21:59.30 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:21:59.30 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:26:59.62 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:26:59.62 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:26:59.62 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:32:59.49 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:32:59.49 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:32:59.49 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:38:59.50 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:38:59.50 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:38:59.50 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:43:59.64 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:43:59.64 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:43:59.64 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:49:00.11 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:49:00.45 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:49:00.45 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:54:03.76 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:54:03.76 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:54:03.76 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 16:59:58.52 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 16:59:58.52 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 16:59:58.52 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:04:59.72 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:04:59.72 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:04:59.72 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:10:59.76 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:10:59.76 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:10:59.76 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:16:00.01 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:16:00.01 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:16:00.01 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:21:00.39 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:21:00.39 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:21:00.39 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:26:59.89 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:26:59.89 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:26:59.89 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:32:59.89 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:32:59.89 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:32:59.89 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:37:59.99 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:37:59.99 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:37:59.99 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:44:00.06 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:44:00.06 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:44:00.06 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:49:00.20 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:49:00.20 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:49:00.20 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:54:00.43 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:54:00.48 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:54:00.48 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 17:59:00.66 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 17:59:00.66 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 17:59:00.66 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:00:19.71 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 18:00:19.71 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 18:00:24.76 spid78 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 18:00:25.75 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 18:00:28.51 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 18:00:32.06 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 18:04:57.98 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:04:57.98 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:04:57.98 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:09:58.40 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:09:58.40 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:09:58.40 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:15:00.28 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:15:00.28 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:15:00.28 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:21:00.33 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:21:00.33 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:21:00.33 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:27:00.39 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:27:00.39 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:27:00.39 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:33:00.43 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:33:00.43 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:33:00.43 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:39:00.45 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:39:00.45 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:39:00.45 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:44:00.38 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:44:00.38 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:44:00.38 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:49:00.49 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:49:00.49 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:49:00.49 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:54:00.61 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:54:00.61 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:54:00.61 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 18:59:00.71 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 18:59:00.71 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 18:59:00.71 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:04:00.81 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:04:00.81 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:04:00.81 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:09:01.00 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:09:01.00 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:09:01.00 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:14:58.05 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:14:58.05 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:14:58.05 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:19:58.15 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:19:58.15 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:19:58.15 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:25:00.87 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:25:00.87 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:25:00.87 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:31:00.91 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:31:00.91 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:31:00.91 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:36:00.99 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:36:00.99 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:36:00.99 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:41:01.12 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:41:01.12 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:41:01.12 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:47:00.96 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:47:00.96 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:47:00.96 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:52:00.37 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:52:00.37 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:52:00.37 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 19:57:00.83 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 19:57:00.83 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 19:57:00.83 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:00:05.31 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 20:00:08.40 spid78 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 20:00:11.81 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 20:00:14.87 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 20:00:21.11 spid166 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 20:00:25.23 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 20:02:01.02 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:02:01.02 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:02:01.02 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:07:01.13 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:07:01.13 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:07:01.13 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:12:01.21 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:12:01.21 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:12:01.21 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:18:01.25 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:18:01.25 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:18:01.25 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:24:01.32 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:24:01.32 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:24:01.32 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:29:01.48 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:29:01.48 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:29:01.48 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:34:01.88 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:34:01.88 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:34:01.88 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:34:44.69 spid160 DBCC CHECKDB (BQS) WITH physical_only executed by BANNARIDC\Administrator found 0 errors and repaired 0 errors. Elapsed time: 0 hours 33 minutes 23 seconds.
2012-10-30 20:39:58.52 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:39:58.52 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:39:58.52 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:45:01.58 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:45:01.58 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:45:01.58 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:47:37.82 spid160 DBCC CHECKDB (BSM) WITH physical_only executed by BANNARIDC\Administrator found 0 errors and repaired 0 errors. Elapsed time: 0 hours 11 minutes 24 seconds.
2012-10-30 20:50:01.64 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:50:01.64 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:50:01.64 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 20:54:19.74 spid159 A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EC4DA8 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:54:19.77 Backup Error: 3041, Severity: 16, State: 1.
2012-10-30 20:54:19.77 Backup BACKUP failed to complete the command BACKUP DATABASE BDS. Check the backup application log for detailed messages.
2012-10-30 20:54:19.80 spid159 Error: 18210, Severity: 16, State: 1.
2012-10-30 20:54:19.80 spid159 BackupSoftFile::WriteMediaFileMark: failure on backup device 'BDS_00__fcc9999f_cdf0_46ac_ae25_0bdd05df98a1_'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
2012-10-30 20:54:19.87 spid159 Error: 18210, Severity: 16, State: 1.
2012-10-30 20:54:19.87 spid159 BackupVirtualDeviceFile::RequestDurableMedia: Flush failure on backup device 'BDS_00__fcc9999f_cdf0_46ac_ae25_0bdd05df98a1_'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
2012-10-30 20:56:01.52 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 20:56:01.52 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 20:56:01.52 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:01:01.39 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:01:01.39 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:01:01.39 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:06:01.66 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:06:01.66 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:06:01.66 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:11:01.74 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:11:01.74 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:11:01.74 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:16:01.80 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:16:01.80 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:16:01.80 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:21:01.86 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:21:01.86 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:21:01.86 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:27:01.91 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:27:01.91 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:27:01.91 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:33:01.98 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:33:01.98 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:33:01.98 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:39:02.00 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:39:02.00 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:39:02.00 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:44:02.06 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:44:02.06 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:44:02.06 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:49:02.11 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:49:02.11 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:49:02.11 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:54:02.17 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:54:02.17 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:54:02.17 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 21:59:02.25 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 21:59:02.25 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 21:59:02.25 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:00:09.10 spid161 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 22:00:11.93 spid163 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 22:00:13.57 spid73 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 22:00:15.92 spid108 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 22:00:16.01 spid165 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 22:00:19.70 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-30 22:04:02.22 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:04:02.22 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:04:02.22 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:09:01.95 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:09:01.95 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:09:01.95 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:14:02.19 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:14:02.19 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:14:02.19 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:15:19.36 Backup Database backed up. Database: BQS, creation date(time): 2008/12/01(18:44:22), pages dumped: 6719115, first LSN: 14797:114619:210, last LSN: 14797:115640:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'BQS_00__4c116a44_384d_43c6_8153_e2886e02bb75_'}). This is an informational message only. No user action is required.
2012-10-30 22:19:02.31 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:19:02.31 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:19:02.31 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:24:02.42 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:24:02.42 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:24:02.42 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:29:02.45 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:29:02.45 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:29:02.45 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:34:02.51 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:34:02.51 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:34:02.51 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:39:02.59 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:39:02.59 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:39:02.59 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:44:02.71 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:44:02.71 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:44:02.71 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:49:58.43 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:49:58.43 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:49:58.43 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 22:54:58.53 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 22:54:58.53 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 22:54:58.53 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:00:02.65 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:00:02.65 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:00:02.65 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:05:02.68 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:05:02.68 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:05:02.68 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:05:18.42 Backup Database backed up. Database: BSM, creation date(time): 2008/09/12(11:19:12), pages dumped: 4216748, first LSN: 2069:207199:79, last LSN: 2069:207981:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'BSM_00__c9223f42_dfec_4883_a552_b7c58b9e5176_'}). This is an informational message only. No user action is required.
2012-10-30 23:10:02.74 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:10:02.74 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:10:02.74 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:15:02.51 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:15:02.51 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:15:02.51 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:20:02.65 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:20:02.65 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:20:02.65 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:25:02.79 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:25:02.79 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:25:02.79 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:30:02.85 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:30:02.85 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:30:02.85 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:35:02.88 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:35:02.88 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:35:02.88 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:40:02.94 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:40:02.94 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:40:02.94 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:45:02.96 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:45:02.96 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:45:02.96 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:51:02.98 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:51:02.98 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:51:02.98 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-30 23:57:03.01 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-30 23:57:03.01 spid10s Error: 845, Severity: 17, State: 1.
2012-10-30 23:57:03.01 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:00:11.00 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 00:00:14.00 spid78 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 00:00:21.06 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 00:00:24.20 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 00:00:26.15 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 00:00:30.91 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 00:03:03.04 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:03:03.04 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:03:03.04 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:08:03.10 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:08:03.10 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:08:03.10 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:14:03.10 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:14:03.10 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:14:03.10 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:19:03.13 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:19:03.13 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:19:03.13 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:24:03.16 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:24:03.16 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:24:03.16 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:29:03.23 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:29:03.23 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:29:03.23 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:34:03.26 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:34:03.26 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:34:03.26 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:39:03.30 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:39:03.30 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:39:03.30 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:44:03.36 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:44:03.36 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:44:03.36 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:49:03.38 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:49:03.38 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:49:03.38 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:54:03.43 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:54:03.43 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:54:03.43 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 00:59:58.66 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 00:59:58.66 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 00:59:58.66 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:05:03.38 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:05:03.38 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:05:03.38 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:10:03.40 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:10:03.40 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:10:03.40 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:15:03.45 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:15:03.45 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:15:03.45 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:21:03.46 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:21:03.46 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:21:03.46 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:26:03.49 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:26:03.49 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:26:03.49 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:31:03.21 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:31:03.21 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:31:03.21 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:36:03.32 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:36:03.32 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:36:03.32 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:41:03.51 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:41:03.51 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:41:03.51 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:46:03.58 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:46:03.58 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:46:03.58 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:51:03.65 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:51:03.65 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:51:03.65 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 01:56:03.67 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 01:56:03.67 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 01:56:03.67 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:00:12.06 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 02:00:15.68 spid78 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 02:00:17.29 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 02:00:20.84 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 02:00:27.22 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 02:00:29.97 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 02:01:03.69 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:01:03.69 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:01:03.69 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:06:03.74 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:06:03.74 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:06:03.74 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:12:03.73 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:12:03.73 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:12:03.73 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:17:03.75 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:17:03.75 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:17:03.75 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:23:03.76 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:23:03.76 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:23:03.76 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:28:03.82 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:28:03.82 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:28:03.82 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:33:03.84 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:33:03.84 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:33:03.84 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:38:03.86 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:38:03.86 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:38:03.86 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:44:03.88 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:44:03.88 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:44:03.88 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:49:03.94 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:49:03.94 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:49:03.94 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:54:03.97 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:54:03.97 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:54:03.97 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 02:59:04.01 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 02:59:04.01 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 02:59:04.01 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:04:04.03 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:04:04.05 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:04:04.05 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:09:04.13 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:09:04.13 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:09:04.13 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:14:04.17 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:14:04.17 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:14:04.17 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:19:04.27 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:19:04.27 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:19:04.27 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:24:04.30 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:24:04.30 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:24:04.30 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:29:58.94 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:29:58.94 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:29:58.94 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:35:04.08 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:35:04.08 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:35:04.08 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:40:04.12 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:40:04.12 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:40:04.12 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:45:04.11 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:45:04.11 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:45:04.11 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:50:03.85 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:50:03.85 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:50:03.85 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 03:55:04.07 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 03:55:04.07 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 03:55:04.07 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:00:04.21 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:00:04.21 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:00:04.21 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:00:09.78 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 04:00:12.09 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 04:00:13.15 spid78 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 04:00:15.42 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 04:00:20.15 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 04:00:23.20 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 04:05:04.30 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:05:04.30 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:05:04.30 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:10:04.46 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:10:04.46 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:10:04.46 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:16:04.37 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:16:04.37 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:16:04.37 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:21:04.39 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:21:04.39 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:21:04.39 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:27:04.36 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:27:04.36 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:27:04.36 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:32:04.40 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:32:04.40 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:32:04.40 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:37:04.41 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:37:04.41 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:37:04.41 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:42:04.45 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:42:04.45 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:42:04.45 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:48:04.47 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:48:04.47 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:48:04.47 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:54:04.47 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:54:04.47 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:54:04.47 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 04:59:04.55 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 04:59:04.55 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 04:59:04.55 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:04:04.60 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:04:04.60 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:04:04.60 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:09:04.63 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:09:04.63 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:09:04.63 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:14:04.68 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:14:04.68 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:14:04.68 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:19:04.72 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:19:04.72 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:19:04.72 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:24:58.95 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:24:58.95 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:24:58.95 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:29:59.05 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:29:59.05 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:29:59.05 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:35:04.63 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:35:04.63 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:35:04.63 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:40:04.66 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:40:04.66 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:40:04.66 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:45:04.70 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:45:04.70 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:45:04.70 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:51:04.70 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:51:04.70 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:51:04.70 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 05:57:04.71 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 05:57:04.71 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 05:57:04.71 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:00:06.12 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 06:00:09.14 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 06:00:11.42 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 06:00:17.86 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 06:00:19.28 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 06:00:28.83 spid78 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 06:02:04.64 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:02:04.64 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:02:04.64 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:07:04.50 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:07:04.50 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:07:04.50 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:12:04.69 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:12:04.69 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:12:04.69 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:17:04.79 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:17:04.79 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:17:04.79 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:22:04.89 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:22:04.89 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:22:04.89 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:27:04.93 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:27:04.93 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:27:04.93 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:33:04.88 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:33:04.88 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:33:04.88 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:38:04.93 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:38:04.93 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:38:04.93 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:44:04.94 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:44:04.94 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:44:04.94 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:49:04.99 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:49:04.99 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:49:04.99 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:54:05.03 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:54:05.03 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:54:05.03 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 06:59:05.06 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 06:59:05.06 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 06:59:05.06 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:04:05.07 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:04:05.07 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:04:05.07 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:09:05.18 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:09:05.18 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:09:05.18 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:14:05.21 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:14:05.21 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:14:05.21 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:19:05.52 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:19:05.52 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:19:05.52 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:24:59.16 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:24:59.16 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:24:59.16 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:29:59.19 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:29:59.19 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:29:59.19 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:30:50.29 spid160 DBCC CHECKDB (BQS) WITH physical_only executed by BANNARIDC\Administrator found 0 errors and repaired 0 errors. Elapsed time: 0 hours 26 minutes 30 seconds.
2012-10-31 07:34:59.33 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:34:59.33 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:34:59.33 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:40:05.08 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:40:05.08 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:40:05.08 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:41:59.29 spid160 DBCC CHECKDB (BSM) WITH physical_only executed by BANNARIDC\Administrator found 0 errors and repaired 0 errors. Elapsed time: 0 hours 10 minutes 8 seconds.
2012-10-31 07:42:08.30 Backup Log was backed up. Database: BQS, creation date(time): 2008/12/01(18:44:22), first LSN: 14797:70419:1, last LSN: 14797:122166:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'BQS_00__250bb1a6_b370_4923_9c16_e7cc9b06fd13_'}). This is an informational message only. No user action is required.
2012-10-31 07:42:15.43 Backup Log was backed up. Database: BSM, creation date(time): 2008/09/12(11:19:12), first LSN: 2069:103171:1, last LSN: 2069:219713:1, number of dump devices: 1, device information: (FILE=1, TYPE=VIRTUAL_DEVICE: {'BSM_00__52e44866_4a35_43d0_8af1_16d329d813a1_'}). This is an informational message only. No user action is required.
2012-10-31 07:45:05.48 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:45:05.48 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:45:05.48 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:51:05.11 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:51:05.11 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:51:05.11 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 07:56:05.14 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 07:56:05.14 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 07:56:05.14 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:00:14.19 spid160 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 08:00:21.07 spid162 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 08:00:21.63 spid78 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 08:00:27.62 spid164 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 08:00:30.48 spid153 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 08:00:49.40 spid116 SQL Server blocked access to procedure 'dbo.sp_get_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Agent XPs' by using sp_configure. For more information about enabling 'Agent XPs', see "Surface Area Configuration" in SQL Server Books Online.
2012-10-31 08:01:05.17 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:01:05.17 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:01:05.17 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:06:05.27 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:06:05.27 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:06:05.27 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:12:05.18 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:12:05.18 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:12:05.18 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:17:05.19 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:17:05.19 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:17:05.19 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:22:04.97 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:22:04.97 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:22:04.97 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:27:05.13 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:27:05.13 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:27:05.13 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:32:05.17 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:32:05.17 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:32:05.17 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:37:05.25 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:37:05.25 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:37:05.25 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:42:05.34 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:42:05.34 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:42:05.34 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:48:05.33 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:48:05.33 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:48:05.33 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:53:05.34 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:53:05.34 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:53:05.34 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 08:58:05.36 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 08:58:05.36 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 08:58:05.36 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 09:03:05.38 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 09:03:05.38 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 09:03:05.38 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 09:08:05.41 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 09:08:05.41 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 09:08:05.41 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 09:14:05.41 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 09:14:05.41 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 09:14:05.41 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 09:19:05.78 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 09:19:05.78 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 09:19:05.78 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 09:24:05.79 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 09:24:05.79 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 09:24:05.79 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.
2012-10-31 09:29:05.91 spid10s A time-out occurred while waiting for buffer latch -- type 3, bp 0000000088FC3900, page 1:2073500, stat 0x1c0000b, database id: 5, allocation unit Id: 72057594093633536, task 0x0000000000EF0328 : 0, waittime 300, flags 0x3a, owning task 0x0000000000EDA328. Not continuing to wait.
2012-10-31 09:29:05.91 spid10s Error: 845, Severity: 17, State: 1.
2012-10-31 09:29:05.91 spid10s Time-out occurred while waiting for buffer latch type 3 for page (1:2073500), database ID 5.

Anyone has come across this kind of issue and resolved, please provide the method you have adopted for recovery.

REgards,
Surendranath

chadmat
The Chadinator

1974 Posts

Posted - 2012-10-31 : 03:24:01
Did you have any disk failure or anything like that prior to this? You have some corruption, hopefully you have valid backups. Restoring from Backup is going to be your easiest course of action, otherwise, you need to call Microsoft for Support.

-Chad
Go to Top of Page

chadmat
The Chadinator

1974 Posts

Posted - 2012-10-31 : 03:41:43
You should also be on the latest Service Pack.

-Chad
Go to Top of Page
   

- Advertisement -