143.
Can we use try/catch in SQL Server?
View Description
begin try
//statement
end try
begin catch
//exception handle
end catch