I have a store procedure in SQL and I would like to know what is the simplest way to execute it.
This is a set of tables that must be updated once a year, but you will not opt for the JOB because the update date will never be the same. The idea is that it be as complex as possible for the update to be executed by the client.