jamminjaymeyer
Programmer
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.
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.