We have some complex queries which our customers will run accross their SQL
Server databases. Is there any way we can protect the logic in our queries
from people capturing them using sql profiler??
1. using multi-protocol encryption in the net library encrypts the
transmission but it is decrypted by the sql profiler, so thats useless for
our purposes.
2. when creating encrypted stored procedures the procedures is initially
sent in plain text.
comments? seems this is impossible with microsoft sql server. unless
anyone has any ideas I guess all we can do is put "please don't prirate our
ideas" in the text..
regards,
ewart.