I am trying to do a simple trigger to show the update, insert, delete history in the table 'wplog'. Why am i getting syntax error on such small stateement, its literally from msdn site...please help...please provide simple answer...newbie with this Ent Mgr thanks
CREATE TRIGGER [histlog] ON
[john].[WPLog]
FOR INSERT, UPDATE, DELETE
I am getting 'incorrect syntax near 'DELETE', error 170
CREATE TRIGGER [histlog] ON
[john].[WPLog]
FOR INSERT, UPDATE, DELETE
I am getting 'incorrect syntax near 'DELETE', error 170