Which USER will the trigger use?

CREATE TRIGGER XY
ON Inventory.XY
FOR UPDATE,INSERT,DELETE
EXECUTE AS SELF

WebUser do INSERT statement on Inventory.XY table

Which USER will the trigger use?

CREATE TRIGGER XY
ON Inventory.XY
FOR UPDATE,INSERT,DELETE
EXECUTE AS SELF

WebUser do INSERT statement on Inventory.XY table

Which USER will the trigger use?

A.
DBO

B.
WebUser

C.
BuildUser



Leave a Reply 0

Your email address will not be published. Required fields are marked *