Create stored procedure inside try-catch block – dba.stackexchange.com

I'm using sqlserver 2014 and trying to create a StoredProcedure inside try-catch block like this: BEGIN TRY CREATE PROCEDURE [ammeghezi1] (@w INT) AS SELECT '' END TRY BEGIN CATCH ... END ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Create stored procedure inside try-catch block – dba.stackexchange.com"