Could you please guide me how to restrict a Batch user access only from SQL Assistant. I am using Teradata Version 17. Thanks in advance.
Regards, Umair
Restrict a Batch user access only from SQL Assistant
Could you please guide me how to restrict a Batch user access only from SQL Assistant. I am using Teradata Version 17. Thanks in advance.
Regards, Umair
Restrict a Batch user access only from SQL Assistant
This could be your restriction filter:
select * from Dbc.sessionInfo
where
LogonSource like '% SQLA %'