 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
judahr
Joined: 09 Mar 2007 Posts: 319 Country: United States |
|
SSMS Error when modifying query while another is executing |
|
v. 2.5.14
ERROR:
---------------------------
SQL Assistant - Error
---------------------------
Execute: ODBC Error: SQLExecDirect
[Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
select serverproperty('ServerName'), system_user, db_name(), user_name()
---------------------------
OK
---------------------------
Query was running in SSMS. I attempted to modify the query by typing.
|
|
Fri Aug 10, 2007 3:38 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
This is not a bug. The connection is shared and busy executing some query. If you type something that triggers SQL Assistant you get this error because SQL Assistant is unable to use the connection
|
|
Fri Aug 10, 2007 3:51 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|