143.

Can we use try/catch in SQL Server?

begin try
//statement
end try
begin catch
//exception handle
end catch