G
Guest
I'm getting this error message:
A severe error occurred on the current command. The results, if any, should
be discarded.
I am using 2 SQL Servers A and B. Server B is a linked server on Server A.
I am using ADO.NET to run a stored proc on Server A that calls another stored
proc on Server B. The error is caused because there PRINT statements in the
proc on Server B (you can replicate this for yourself).
I do not have access to Server B and so can't get the PRINT statements taken
out. Does anyone know a work around for this. It's definitely a bug, but I
can't find any information on it anywhere.
Any help appreciated
A severe error occurred on the current command. The results, if any, should
be discarded.
I am using 2 SQL Servers A and B. Server B is a linked server on Server A.
I am using ADO.NET to run a stored proc on Server A that calls another stored
proc on Server B. The error is caused because there PRINT statements in the
proc on Server B (you can replicate this for yourself).
I do not have access to Server B and so can't get the PRINT statements taken
out. Does anyone know a work around for this. It's definitely a bug, but I
can't find any information on it anywhere.
Any help appreciated