|
|
Archives of the TeradataForum
Message Posted: Mon, 26 Sep 2005 @ 13:09:31 GMT
Subj: | | Re: Executing queries in parallel |
|
From: | | Geoffrey Rommel |
| The only thing I don't like about MSR is their incredibly awkward syntax which relies on exact text formatting. | |
If I understand this correctly, an MSR is actually just multiple statements submitted in a single Request parcel. If you were using plain old
CLI, this:
"select 'A'; select 5;"
would be an MSR. The awkward thing is that different clients use different conventions for determining when multiple statements are to be
submitted in a single request.
| |