Results 1 to 2 of 2

Thread: Encrypt SQL Stored Procedure

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    205

    Encrypt SQL Stored Procedure

    Is there any way to encrypt SQL stored procedures that actually works? I know about WITH ENCRYPTION and I also know it can be hacked. I have seen one program out there called SQL Shield but it is very expense. Are there any other ways to do it?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Encrypt SQL Stored Procedure

    You may consider using an ActiveX DLL, which can be referenced from a stored procedure in SQL Server to in turn encrypt your stored procedures. For further details you may need to perform a search or wait for someone more experienced with this to reply, but as far as I can tell, that would be the strategy.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width