D
Darin
I have done quite a bit of research on the web and it seems many people
get this same error, in different circumstances, and noone (including
Microsoft) seems to have a fix or be able to correct the problem.
My situation is I am writing a VB.NET application and would like the
user to be able to click on a button and it sets up replication. On the
command:
exec sp_addmergepublication @publication='SAMPLEmerge'
I receive an error:
A severe error has occurred on the current command. The results, if any,
should be discarded.
This is command works fine (perfectly) from query analyzer.
I have seen some threads that it says the SP has print commands and
remove those - this is a SQL supplied SP that has NO print commands
since query analyzer just returns the command completley successfully.
Does ANYONE have any solution to this problem.
Darin
get this same error, in different circumstances, and noone (including
Microsoft) seems to have a fix or be able to correct the problem.
My situation is I am writing a VB.NET application and would like the
user to be able to click on a button and it sets up replication. On the
command:
exec sp_addmergepublication @publication='SAMPLEmerge'
I receive an error:
A severe error has occurred on the current command. The results, if any,
should be discarded.
This is command works fine (perfectly) from query analyzer.
I have seen some threads that it says the SP has print commands and
remove those - this is a SQL supplied SP that has NO print commands
since query analyzer just returns the command completley successfully.
Does ANYONE have any solution to this problem.
Darin