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 |
|
asifbhura
Posting Yak Master
165 Posts |
Posted - 2009-01-20 : 06:30:25
|
| hi, I have one .net application.after completion of application, i deployed with dll files.so i am secure for my code.bcoz no one can read my code bcoz of dll.with .net application i have sql server 2005 DB.is it possible same like this for DBso no one can see my sql script.waiting for reply.Regards,ASIF |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2009-01-20 : 07:22:54
|
| sqL script (in stored procedures) can be encrpyted....but make sure you have a copy of the original source code outside of SQL Server |
 |
|
|
|
|
|