Hi,
I would like to contextualize a call to a stored procedure, as I already did for the tables in a SqlOperation.
Here's what I do with SQL queries :
UPDATE %x{md:objectPath($cipres_referentiel_stb_work,$evolan_retour_MAJ_admin/tech:name())}x%
SET mtd_is_actif = 0
WHERE mtd_is_actif = 1
here's my SP call :
exec [stambia_work].[dbo].[ps_es_majadm_test]
And something I would like to have (not working in the state):
exec %x{md:objectPath($cipres_referentiel_stb_work,$ps_es_majadm_test/tech:name())}x%
How can I manage it?
Thanks