I have the following SQL running in a job:
BACKUP LOG [BellSouthADSL] TO DISK = N'D:\MSSQL2K\MSSQL\Backup\BellSouthADSL\BellSouthADSL_TransLog.bak' WITH NOINIT , NOUNLOAD , NAME = N'BellSouthADSL Tran backup', NOSKIP , STATS = 10, NOFORMAT
Last night it began to fail after 2 months of working fine. Nothing was changed last night, and I can't seem to find anything helpful regarding this error:
Server: Msg 823, Level 24, State 3, Line 1
I/O error 87(The parameter is incorrect.) detected during write at offset 0x0000001e01a000 in file 'd:\MSSQL2k\MSSQL\data\BellSouthADSL_Data.MDF'.
Connection Broken
Does anyone have any ideas?
Thanks,
Robert Wagner
BACKUP LOG [BellSouthADSL] TO DISK = N'D:\MSSQL2K\MSSQL\Backup\BellSouthADSL\BellSouthADSL_TransLog.bak' WITH NOINIT , NOUNLOAD , NAME = N'BellSouthADSL Tran backup', NOSKIP , STATS = 10, NOFORMAT
Last night it began to fail after 2 months of working fine. Nothing was changed last night, and I can't seem to find anything helpful regarding this error:
Server: Msg 823, Level 24, State 3, Line 1
I/O error 87(The parameter is incorrect.) detected during write at offset 0x0000001e01a000 in file 'd:\MSSQL2k\MSSQL\data\BellSouthADSL_Data.MDF'.
Connection Broken
Does anyone have any ideas?
Thanks,
Robert Wagner