Subject Re: [IBO] Disable Stored Proc?
Author Ed Dressel
> ALTER PROCEDURE SP_NAME( params ) RETURNS ( outvariables)
> AS
> BEGIN
> EXIT;
> END

I was thinking that stored procs had versioning, but I was mistaken,
so this is a good solution.

Thanks
Ed Dressel