Related resources for Throw in SQL Server 2012
  • Throw in SQL Server 201210/8/2013 10:56:47 AM. Throw keyword is introduced with SQL server 2012. Throw is used to raises exception and transfers execution to a CATCH block in SQL server.