Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GetOverLappedResult() Error when expanding db

Status
Not open for further replies.

jamminjaymeyer

Programmer
May 23, 2001
88
US
When I try to make one of the datafiles bigger for my db it gives the error:

fcb::ZeroFile(): GetOverLappedResult() failed with error 2.

Anyone seen this before? The command I am using is:

USE master
GO
ALTER DATABASE CRData
MODIFY FILE
(NAME = CRData_Data,
SIZE = 2000MB)
GO

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top