While do the Point of Sale Shift End it may show the error message like below.
These errors are typically caused by some sort of database corruption, either in-memory or on-disk. Essentially, the server is requesting a page from the buffer pool, and the page number/object ID on the page differs from the one that was requested.
Solution
- Copy below Script from PoTools.
- Execute at Once using SQL Query Analyzer to Repair Tables.
Use POSPCC
dbcc checktable('articlessent') WITH ALL_ERRORMSGS, NO_INFOMSGS

No comments:
Post a Comment
Any Views or Queries ???