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=
André Arnaud de Cal...
292,916
Super User 2025 Season 1
Martin Dráb
231,782
Most Valuable Professional
nmaenpaa
101,156
Moderator