|
|
Archives of the TeradataForum
Message Posted: Mon, 25 Nov 2002 @ 20:42:32 GMT
Subj: | | Re: Macros and Stored Procedures |
|
From: | | Syed Arifuddin |
Both Macros and Procedures have their own limitations.While implementing business logic you will come across the use of both Macros and
Stored procedures. In SPs you cannot returns a result set while with macro you can return a result set. In macros you can just use SQL
statements not the procedural statements like while loop, for loop,cursors and so on.
Hope you got my point.
Syed.
| |