BEGIN TRY SELECT [First] = 1 SELECT [Second] = 1/0 SELECT [Third] = 3 END TRY BEGIN CATCH PRINT 'An error occurred' END CATCH
Login to post response