Is it allowed to use more than one SQL Command inside an OLE DB Source Task?
I have to call an Stored procedure (that returns nothing) before to query the source table (oracle database) for data security reasons. Is it possible to use both commands inside the OLE DB Source Task? the query looks like :
Call A
GO
Select * from XXX
and I am getting an error. I have also tried with ";" after the first statement but it didn't help.
Does the OLE DB source component allow to do this?
Thank you in advance,