enigmawebdesign Posted November 6, 2015 Share Posted November 6, 2015 Hi all,I am currently looking for a solution regarding a check for a specific table within the SQL database.In this case the admin user table. I want to be notified as soon as there is a change (user added, deleted, whatever).Is there a piece of code or script I can use?Br,Steve Quote Link to comment Share on other sites More sharing options...
benanamen Posted November 6, 2015 Share Posted November 6, 2015 Look into Triggers By definition, a trigger or database trigger is a stored program that is executed automatically to respond to a specific event associated with table e.g., insert, update or delete. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.