Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

BEGIN vs BEGIN TRY

$
0
0
I just want to be 100% sure... Do the following two statements execute identically? Meaning, can I use the 2nd one, or do I need the extra BEGIN/END as in the 1st one? Thanks!

[code language="sql"]IF @blab

Viewing all articles
Browse latest Browse all 3145

Trending Articles