Viewing post 1 (of 1 total)
You might also want apply this change to allow for multiple executions to create the procedure.
IF OBJECT_ID('dbo.sp_who4') IS NULL
EXEC ('CREATE PROCEDURE dbo.sp_who4 AS RETURN 0;');
GO
ALTER PROCEDURE [dbo].[sp_who4]
February 4, 2021 at 3:59 pm
#3841017