Archives of the TeradataForum
Message Posted: Mon, 07 Jun 2005 @ 01:29:14 GMT
Subj: | | Re: Stored Procedure Compile anomaly |
|
From: | | Fred W Pluebell |
I suspect the anomaly is related to how the ODBC driver processes SQL statements before submitting them to the database.
Try using a non-ODBC method such as BTEQ for the compile. Either it will work fine both with and without the comment (in which case you may
need a newer driver and/or different ODBC options), or it will give you a clearer indication of the real issue.
|