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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 OS 0x000000000000072C

Author  Topic 

DBA007
Posting Yak Master

145 Posts

Posted - 2010-02-19 : 11:42:10
Team,
My Maintenanceplan contains database integrity task,update statistics task.The integrity had run successfully but for the update statistics task the plan was executing continuosly saying in the error log as
SQL Server has encountered 225 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [G:\SQLData\MSSQL.1\MSSQL\DATA\tempdb.mdf] in database [tempdb] (2). The OS file handle is 0x000000000000072C. The offset of the latest long I/O is: 0x00000291dd0000

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2010-02-19 : 13:41:20
you have a slow disk that can't handle so much activity. get a faster IO subsystem.

___________________________________________________________________________
Causing trouble since 1980
Blog: http://weblogs.sqlteam.com/mladenp
Speed up SSMS development: www.ssmstoolspack.com <- version 1.7 out!
Go to Top of Page

Bustaz Kool
Master Smack Fu Yak Hacker

1834 Posts

Posted - 2010-02-19 : 14:46:00
Try this link for further details: http://msdn.microsoft.com/en-us/library/aa337269.aspx

=======================================
Few things are harder to put up with than the annoyance of a good example. (Mark Twain)
Go to Top of Page
   

- Advertisement -