delete from WEBELEMENT
where ElementId in
(select ID from #TMP_DBDEL_SEL TMP
where TMP.ID between 3 and 14
)
SQL error: Statement::executeUpdate.
Statement:
delete from WEBELEMENT
whe: The SQL Server is terminating this process.
State ZZZZZ Native 0x1646
2 16/05/2001 10:38:01 0 200 holdbdelete
Bad Termination...
Consider that #TMP_DBDEL_SEL is a table created (and populated)
succesfully by my application.
I wasn't able to find the meaning of this error message.
Thank you in advance to any one that will post an answer.
Best Regards
Mauro Segale