SQL 7.0 SP1 - NT 4 EE - Cluster
Sometimes, when a SQL differential backup is taken,and even if the job is always successfull, I receive the following "red" error from NT Event log:
The description for Event ID ( 18 ) in Source ( symarray ) could not be found. It contains the following insertion string(s): \Device\Harddisk5\Partition0.
and
The description for Event ID ( 11 ) in Source ( symarray ) could not be found. It contains the following insertion string(s): \Device\Harddisk5\Partition1.
What could be the reason?
Where should I look to find some reason?
Can it be SQL Server that cause this problem or maybe we have some problem with the Raid 1 disk array?
The differential backup is taken thru this command:
BACKUP DATABASE [MulteDisciplinari] TO DISK = N'J:\MSSQL7\BACKUP\MulteDisciplinari\MulteDisciplinari.DIF' WITH INIT , NOUNLOAD , DIFFERENTIAL , NAME = N'MulteDisciplinari backup', SKIP , STATS = 10, NOFORMAT
Something wrong?
Thank you
Franco
Sometimes, when a SQL differential backup is taken,and even if the job is always successfull, I receive the following "red" error from NT Event log:
The description for Event ID ( 18 ) in Source ( symarray ) could not be found. It contains the following insertion string(s): \Device\Harddisk5\Partition0.
and
The description for Event ID ( 11 ) in Source ( symarray ) could not be found. It contains the following insertion string(s): \Device\Harddisk5\Partition1.
What could be the reason?
Where should I look to find some reason?
Can it be SQL Server that cause this problem or maybe we have some problem with the Raid 1 disk array?
The differential backup is taken thru this command:
BACKUP DATABASE [MulteDisciplinari] TO DISK = N'J:\MSSQL7\BACKUP\MulteDisciplinari\MulteDisciplinari.DIF' WITH INIT , NOUNLOAD , DIFFERENTIAL , NAME = N'MulteDisciplinari backup', SKIP , STATS = 10, NOFORMAT
Something wrong?
Thank you
Franco