Hi everyone, I have to create this Trigger in my MSSQL but I haven't understood how to do it I tried with New Query but it comes out error someone can explain me how to do it?
solved thanksCode:CREATE TRIGGER [Maps] ON [dbo].[cabal_character_table]FOR UPDATE AS begin update Cabal_character_table set WarpBField=2097151,MapsBField=2097151 where Login=0end


Reply With Quote


