Hi all,
Can someone explane what the purpose of the “Task parameter tags” and how it works. This can be found by the tasks.
There is no documentation avaibele on this subject yet.
Regards
Ronald Gombert
Hi all,
Can someone explane what the purpose of the “Task parameter tags” and how it works. This can be found by the tasks.
There is no documentation avaibele on this subject yet.
Regards
Ronald Gombert
Best answer by Mark Jongeling
Hi Ronald,
Obfuscate logic has to do with hiding the Execution plan. In some cases you do not want to show the user the logic in a Stored procedure. By adding this Tag (not sure what value needs to be given) it will cause the procedure to be created 'With encryption’. More on that here: https://blog.sqlauthority.com/2008/11/01/sql-server-stored-procedure-with-encryption-and-execution-plan/
Hope this answers your question!
Kind regards,
Mark Jongeling
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.