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.
| Author |
Topic |
|
raky
Aged Yak Warrior
767 Posts |
Posted - 2010-02-19 : 01:54:37
|
| hi,Is there any way i can see the content of a stored procedure which is created with WITH ENCRYPTION option ?? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-02-19 : 01:56:46
|
| Nope. Not possible. If SP is kept encrypted then it should be for a real reason. Why should you need to look into content then?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
Kristen
Test
22859 Posts |
Posted - 2010-02-19 : 02:23:21
|
| SQL Server encryption is very weak and easily broken, but methods for doing that are not discussed on SQL Team - and will result in your post being deleted. |
 |
|
|
Kristen
Test
22859 Posts |
Posted - 2010-02-19 : 02:26:08
|
| P.S. but I would like to hear why you need to do this - assuming it is not "Someone else wrote it and I want to steal it" ... |
 |
|
|
|
|
|