Archives of the TeradataForum
Message Posted: Fri, 27 Jan 2006 @ 15:30:17 GMT
Subj: | | Re: Ascential Datastage and dbc.userrights |
|
From: | | Al MacGowan |
Is that the exact SQL statement issued by DataStage? Was it a DataStage-generated statement, or was it a custom script added by you or one of
your coworkers? Typically the statements that are DataStage-generated are much more "cleanly formatted" than that. Also - if it's utilizing
FastLoad, is there a FastLoad script(controlfile) that you can examine that's being executed by the stage?
----------------------
select * from dbc.userrights
where databasename = 'dev07wt' and (tablename = 'histfcst_test' or
tablename = 'all') and accessright = 'I'
----------------------
Alistair MacGowan
Senior Database Administrator
|