December 2008 - Posts

Missing exceptions in code after Raiserror() and SET NOCOUNT ON workaround
19 December 08 01:59 AM | idragoev | 0 Comments   
These days I worked on a problem related with using raiserror() in SQL 2000 and why the exception is not raised in ADO.NET application using ODBCCommand. What I had is a simple stored procedure, that performs some check on its parameters and if some of Read More...