in reply to Re^2: UPDATE not working with MS SQL Server
in thread UPDATE not working with MS SQL Server

It's good practice to use the die statement, especially with databases, as it probably would have informed you of a bad column name.
  • Comment on Re^3: UPDATE not working with MS SQL Server

Replies are listed 'Best First'.
Re^4: UPDATE not working with MS SQL Server
by Eliya (Vicar) on Nov 04, 2011 at 17:44 UTC

    Or set RaiseError, which would make it die automatically in case of error...