Search code examples
sqlsql-servertry-catchsql-server-2000

Try Catch in SQL Server 2000?


Is it possible using Try-Catch in SQL Server 2000?


Solution

  • No, it is not possible.

    This was only from Sql Server 2005

    Check TRY...CATCH (Transact-SQL) and check the Other Versions