How to get encrypted stored procedures?

  • As an SQL server database administrator, how can I get encrypted store procedures and functions. Thanks.

  • Not sure, if I understand you.

    If you want to know how to create an encrypted procedure, have a look at BOL at CREATE PROCEDURE. AFAIK, you can't create encrypted functions.

    But if you're after how you can decrypt an encrypted procedure, you might want to google on this. There are several freeware tools that will do this.

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply