Denis, Aaron is right, there is nothing like an “invisible statement”, you cannot configure SQL Profiler to NOT show instructions: once on board you can see all the statements running in the database.
You need to obfuscate this reasonable data before sending it to the database. There are some confusing methods (one-way hash, symmetric algorithms, home methods), you need to choose a more suitable method for your needs and implement it. Unfortunately, in your case there is no free lunch ...
source share