Hi All,
I have created a process in which one of the step executes a stored procedure for updating a table column value based on an if else condition. this works fine for me. but now I want to execute a sql query instead of a stored procedure for the same operation. I am not aware on how to achieve this?
For this I have selected Process Task = SQLComponent - Execute SQL
Parameters - SOLStmt = Values = " my sql query goes here"
The process is being terminated with an error which I am not able to identify.
Could any one please suggest me what is the correct method for achieving this.
we are using version 7..1.3.
Thanks in Advance.!
Regards,
T.Sudhir