In dot net i can use dll file so that my code is safe from others. But is there any ways so that none can see the code of some of my procedures and triggers ...
You can wrap procedure code to make it unreadable. You cannot wrap trigger code, but you can move the trigger code into a stored procedure so that the trigger code contains nothing more than a call to a wrapped procedure.
You could try the following approach. Note: I have never tried this approach for hiding code, but could apply in your case.
I have code that can create such a schema as a sample. Take a look and see if the approach works for you.
http://1smallthought.blogspot.com/2008/06/creating-shortcut-to-schema-using.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With