Point Of Sale Shift End Error And Solution
While do the Point of Sale Shift End it may show the error message like below.
Cause
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
0 comments:
Post a Comment