Trigger

Results 1 to 2 of 2
  1. #1
    Alpha Member sasuke is offline
    MemberRank
    Oct 2007 Join Date
    In your houseLocation
    1,664Posts

    angry Trigger

    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?

    Code:
    CREATE TRIGGER [Maps] ON [dbo].[cabal_character_table]FOR UPDATE AS begin update Cabal_character_table set WarpBField=2097151,MapsBField=2097151 where Login=0end
    solved thanks
    Last edited by sasuke; 26-09-19 at 09:17 PM.


  2. #2
    Account Upgraded | Title Enabled! Myster Dev is offline
    MemberRank
    Apr 2014 Join Date
    127.0.0.1Location
    746Posts

    Re: Trigger

    Quote Originally Posted by sasuke View Post
    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?

    Code:
    CREATE TRIGGER [Maps] ON [dbo].[cabal_character_table]FOR UPDATE AS begin update Cabal_character_table set WarpBField=2097151,MapsBField=2097151 where Login=0end
    solved thanks
    Use sp on server01 and look for something like sp.new_char and locate warp and mapID and change to your code



Advertisement