We receive the following error message. It doesn't happen often but it is concerning. Does anyone know what this means or how to fix it?
*This post is locked for comments
We receive the following error message. It doesn't happen often but it is concerning. Does anyone know what this means or how to fix it?
*This post is locked for comments
Apart from "Set NoCount ON" statement you could execute the below scripts in application to alter the Batch_Mod_Rlsed procedure
ALTER Proc [dbo].[Batch_Mod_Rlsed] @parm1 varchar ( 10), @parm2 varchar ( 2) as
Select * from Batch with (nolock)
where BatNbr = @parm1
and Module = @parm2
and Rlsed = 1
Hope it helps
Microsoft SQL Server Native Client 11.0 Connection is busy with results for another command
Debugging info: Select *From WrkRelease Where UserAddress = PESLTSRDP – Tcp#7’ AND Module = ‘AR’
Curso(CSR_WrkRelease) Select * From WrkRelease Where UserAddresss= ‘PES
Optional info: SqlState = HY000 NativeError = 0 ErrorMsg = [Microsoft][SQL
Server Native Client 11.0]Connection is busy with results for another command
pcbErrorMsg = 93
ODBCRowNumber = -1 Column = -1 SSrvrLine = 0 SSrvrMsgState = 0
SSvrSeverity = 0 SSrvrProcname = SSrvrSrvname=
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156