Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Disabling SP_Helptext

    just use with encryption option which works well with Stored Procedures, Triggers, Functions and Views definitions.

    one example :

    CREATE PROCEDURE usp_mysp
    WITH ENCRYPTION
    as
    BEGIN
       //...

Viewing post 1 (of 1 total)