Welcome to the Teradata Developer Exchange discussion forums.
For a general introduction and guidelines on posting, please see
this forum topic.
RSS feeds are available for each forum, as well as a combined
all forums feed.
I have to create a bteq script that automaticly get sql query done (in dbc.accesslog) for a user, and then do the explain plan of these queries. But i need to redirect theses explain plans in a file. WHat is the best way to do that ? In a bteq, how d oyou redirect the result of a query in an os file ?
Hello,
I have to create a bteq script that automaticly get sql query done (in dbc.accesslog) for a user, and then do the explain plan of these queries.
But i need to redirect theses explain plans in a file.
WHat is the best way to do that ?
In a bteq, how d oyou redirect the result of a query in an os file ?
Thanks a lot.