My db will be installed in the client server.
How can I avoid from client's sa or any body else to dive into the db structure, tables, views, procedures etc. is there any software that can hide my secrets from straingers?
thanks
My db will be installed in the client server.
How can I avoid from client's sa or any body else to dive into the db structure, tables, views, procedures etc. is there any software that can hide my secrets from straingers?
thanks
Contractual agreements, Nondisclosure agreements, no right to reverse engineer.
While you could add the keyword “with encryption” to procs functions etc, it only takes 2 seconds to reverse it so there really is no point.
You want to protect your property, you need to make it legally binding in your software sales contracts.
16 People are following this question.