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
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