Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: sp_who4

    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]

Viewing post 1 (of 1 total)