Hi All,
I am facing issues while running the multi line SQL statement using Run Command activity.
But same statements are getting executed if i run them individually.
I am reading the query from text file and each statments are ended with ;.
Example:
Drop Table temp_0;
Drop Table temp_1;
Kindly help if anyone knows how to resolve it.