I have a stored procedure in SAP HANA database, I run the same with following code
{ EXEC ('call schema_name.sp_name (''p1 value'',''p2 value'')')
AT hana_linked_server_name }
It works with the fix value of Parameter. But I want the same to run with dynamic parameter like @P1, @P1.
Please help. Thanks in Advance.