Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Stored procedure Decryption in SSMS 2008

Author  Topic 

kond.mohan
Posting Yak Master

213 Posts

Posted - 2013-06-01 : 07:16:01
Hi team,
one of colleague was Encrypted Few Critical Stored procedure in the Database. we need to do the Decryption for Application modification pupose. we have tried few tools(ex:SQL_Decryptor,opticollect_sql_decryptor) for Decryption purpose.but we are unable to get the exact solution.

if anyone know explain me the way.

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-06-01 : 09:20:51
You should be able to decrypt using DAC connection.

Editing:
DAC == Dedicated Administrator Connection
http://msdn.microsoft.com/en-us/library/ms178068(v=sql.105).aspx
Go to Top of Page
   

- Advertisement -