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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-08-22 : 07:00:46
|
| John writes "fcb::ZeroFile(): GetOverLappedResult() failed with error 2.I am receiving this error in the error log everytime my transaction log tries to autogrow. I have searched the internet, but there does not seem to be an answer as to why I am receiving this error. I have tried to manually increase the size of my transaction log, but it will not increase in size. In fact, when I try to do this manually, it generates the error again. I am using SQL Server 2000 with SP3a. Also, we do have approximately 58 Gig of space available on the disk.Thanks,John" |
|
|
Thrasymachus
Constraint Violating Yak Guru
483 Posts |
Posted - 2005-08-22 : 10:51:05
|
| Do one of these and tell me what you see...sp_helpdb 'YourDatabaseName'sp_helpfile 'LogicalLogFileName'====================================================Regards,Sean RoussyThank you, drive through |
 |
|
|
|
|
|