SQL Server store procedure encrypt is safe?
Posted
by
George2
on Server Fault
See other posts from Server Fault
or by George2
Published on 2009-12-14T17:17:29Z
Indexed on
2012/10/28
11:06 UTC
Read the original article
Hit count: 242
I am using SQL Server 2008 Enterprise on Windows Server 2003 Enterprise. I developed some store procedure for SQL Server and the machine installed with SQL Server may not be fully under my control (may be used by un-trusted 3rd party).
I want to protect my store procedure T-SQL source code (i.e. not viewable by some other party) by using encrypt store procedure function provided by SQL Server. I am not sure whether encrypt store procedure is 100% safe and whether the administrator of the machine (installed with SQL Server) still have ways to view store procedure's source codes?
thanks in advance, George
© Server Fault or respective owner