My function call from SSIS through a execute-SQL module is completed successfull, however, nothing happens in the database. If i call the function from the database, it works like a charm.
The SQL statement i use is as follows (the function is used to delete the contents of two tables and is executed from root):
SELECT public.cleartables();
Any suggestions where the problem may come from?
