Replies: 1 comment
-
|
We will try fixing it in scope of #18890 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using DBeaver on SQL Server, I have an error about missing messages and results.
Note that:
When I run multiple queries, I get only the first result.

When I run multiple queries and I got any error, I get only the first result and the error message is not shown.

The error is not about missing execution of following statements.
I tested a temp table creation both before and after raiserror, and both tables are created.
The scripts are:
Table #t has been created as expected.
Table #v has been created as expected.
Foot Notes:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions