We have table 'customers' in database 'CoreSystems'.
There is an insert trigger on customers that inserts the data in 'clientsystems'.
In stead of giving access to the accounts that can insert into the customers table, goal is to insert into clientsystems under a specific 'triggeruser' domain account (don't ask me why).
Is it possible to use 'Execute as ' to run the trigger and perform specific actions?
Thanks,
Nikki