I have a .net web application that has a sql server backend I get the following error when I perform an update from the app.
A severe error occurred on the current command. The results,
if any, should be discarded
The UPDATE command works fine in QA and I have run Profiler to see what is happening and all I get is
Invalid buffer received from client
I have read that this occurs with nvarchar but I don't use any nvarchars so not sure what the story is.
Cheers