Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[COLOR=blue]CREATE TRIGGER[/color blue] trg_Budget_Audit
[COLOR=blue]ON DATABASE [/color blue]
[COLOR=blue]FOR[/color blue] [i]<what to execute on?>[/i]
[COLOR=blue]AS[/color blue]
[COLOR=blue]INSERT INTO[/color blue] Audit(UserName, ComputerName, CnnDate)
[COLOR=blue]SELECT[/color blue] [COLOR=magenta]USER_NAME(), HOST_NAME(), GETDATE()[/color]