Can a horde of SQL entries be debatched at a single time and all of them updated according to the schema created from the stored procedure.
I know this happens for single row retrieved values. Just wanted to know whether they can be done for batches. Also, if the destination schema namespace is different from the source’s, can this be achieved. That’s because i saw a blog and the person used a single schema namespace at both ends.
My case is SQL-> SAP scenario.
Also, can you suggest a link/links that gives a good information about WCF-SAP and WCF-SQL adapters?