Re: Connection is busy with results for another hstmt
From: oj (nospam_ojngo_at_home.com)
Date: 01/18/05
- Next message: oj: "Re: Transaction deadlocks"
- Previous message: SQL Apprentice: "Re: user permission to run job only"
- In reply to: Garey Taylor: "Connection is busy with results for another hstmt"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 Jan 2005 15:48:09 -0800
Erland's lockinfo should help:
http://www.sommarskog.se/sqlutil/aba_lockinfo.html
"Garey Taylor" <garey.taylor@gmail.com> wrote in message
news:97f2ba76.0501181154.343a1818@posting.google.com...
> Hi All,
>
> I've been getting this error:
> execute (SELECT sa_id,
> sa_title
> FROM SubjectArea
> WHERE j_id = 42
> AND active_ind = 1
> AND list_id = 1
> ORDER BY sa_title): [Microsoft][ODBC SQL Server
> Driver]Connection is busy with results for another hstmt
> (SQL-HY000)(DBD: st_execute/SQLExecute err=-1)
>
> I wish to find out what the other hstmt is that's causing the problem.
>
> Does anybody know where I can find this information? Does MSSQL log
> this information?
>
> Thanks,
>
> Garey
- Next message: oj: "Re: Transaction deadlocks"
- Previous message: SQL Apprentice: "Re: user permission to run job only"
- In reply to: Garey Taylor: "Connection is busy with results for another hstmt"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|