I use the statement drop trigger if exist TRIGGERin sqlite, but the sql server does not like the if statement. (I assume that there is an insulting word). I am doing this right next to my creation of a trigger statement because I want to reset old triggers with the same name so that I can replace it with a new one.
How to do it on a SQL server?
user34537
source
share