database connection lost, application will be closed
error #-2147467259
[DBNETLIB][ConnetionRead(recv()).]General network error. Check your network documentation.
(Source:Microsoft OLE DB Providerfor SQL server)
(SQL State : 08s01)
(NativeError :11)
No help file available
SET NOCOUNT ON
SELECT TransactionHold.ID,
TransactionHold. TransactionTime As Date,
ISNULL(Customer.LastName,") As CustomerName,
TransactionHold.HoldComment
FROM TransactionHold
LEFT OUTER JOIN Customer ON Customer.ID = TransactionHold.Customer ID
WHERE(TransactionHold.CustomerID=?) OR(? = 0) ORDER BY TransactionHOLD.Id
I am getting above error every 3~4 hours.
even I am not using.
what is wrong??
RMS 2.0, SQL server 2008 r2, 2 workstations.
*This post is locked for comments