Subject | Re: [IBO] Disable Stored Proc? |
---|---|
Author | Ed Dressel |
Post date | 2007-11-26T22:48:51Z |
> ALTER PROCEDURE SP_NAME( params ) RETURNS ( outvariables)I was thinking that stored procs had versioning, but I was mistaken,
> AS
> BEGIN
> EXIT;
> END
so this is a good solution.
Thanks
Ed Dressel