Archives of the TeradataForum
Message Posted: Tue, 17 Nov 2015 @ 20:24:03 GMT
Subj: | | Re: Access Issue while Inserting Via View into Table in different database |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Tuesday, November 17, 2015 16:32 -->
Putting the macros in the target DB (ViewDB) would be more typical. Your way is kind of circular.
If TableDB.Macro1 is trying to insert into ViewDB.View2, then TableDB needs INSERT WITH GRANT access to ViewDB.
For the View2 to be used, the ViewDB needs INSERT WITH GRANT option to TableDB (which you have already done).
|