I'm using Microsoft Dynamics Retail Management System on a SQL Express 2005 engine, Window XP Sp2. When i finished transaction to print the bill i have an error:
1. Database connection lost, application will be closed Error #-2147467259.
Connection failure (Source: Microsoft OLE DB provider for SQL Server) (SQL State: 08501) (NativeError: 0) No file available. SELECT GETDATE() AS CurrentDateTime
2. Error #-214747259 An inconsistancy was detected during an internal operation in database RMS_DOSGS1 (ID 6) on page (1:19928). Please contact technical support. Reference number 4 (Source: Microsoft OLE DB provider)
Complete a full database consistency check (DBCC CHECKDB).....
I tried to use DBCC CHECKDB (dbname, REPAIR_REBUILD), but it couldn't fix the problem. And then i used DBCC CHECKDB (dbname, REPAIR_ALLOW_DATA_LOSS), It's ok but data was lost that i couldn't control.
Please help me!
*This post is locked for comments
I have the same question (0)