Creating a Trigger which will update record in a table after specific time interval

mikepool

New Member
I created PC Audit Application in C#. In SQL server management studio, I created database Audit. In Audit database, we have 4 tables name as computers,diskDrives, memory, software, users. I want to create update trigger for all 4 tables for specific time interval.
 
Back
Top