Articles related "sql exception"

Are you looking for information on sql exception? Find articles, reviews, products and resources related to sql exception

Related Articles

Try... Catch in SQL

Try Catch in SQL is the one of the best option to be used with the transaction. We can begin the Transaction immediate after the Begin try and at the end the try we can commit the transaction. It means all the Queries inside the Try executed successfully. And inside the Catch, we can rollback the Transaction since the catch will be executed only if there as there some exception occurs and all or some of the queries inside the try is not executed.
Go to Articles section.