C
Christian Auer
Hi,
When I'm trying to execute the stored
procedures 'sp_dropmergepublication'
or 'sp_addmergepublication' from SQL Server 2000 I'm
recieving this strange exception:
"A severe error occurred on the current command. The
results, if any, should be discarded."
However, the stored procedure worked correctly, beacuse
the Publication is created or dropped.
The error number reported is 0 and the severity level 10.
According the SQL Server 2000 documentation this should be
a message and not an exception.
I tried this on 2 different computers running MSDE, and
get the error only on one. Therefore I think that's more a
configuration problem than a syntax.
But when I try to submit the command with the query
Analyser it work correctly.
Does anyone experience similar problems?
Please Help
When I'm trying to execute the stored
procedures 'sp_dropmergepublication'
or 'sp_addmergepublication' from SQL Server 2000 I'm
recieving this strange exception:
"A severe error occurred on the current command. The
results, if any, should be discarded."
However, the stored procedure worked correctly, beacuse
the Publication is created or dropped.
The error number reported is 0 and the severity level 10.
According the SQL Server 2000 documentation this should be
a message and not an exception.
I tried this on 2 different computers running MSDE, and
get the error only on one. Therefore I think that's more a
configuration problem than a syntax.
But when I try to submit the command with the query
Analyser it work correctly.
Does anyone experience similar problems?
Please Help