Link to home
Start Free TrialLog in
Avatar of turbot_yu
turbot_yuFlag for Singapore

asked on

How to know if any data has coming into a table

Many clients may import data into DB.
One of the client is Admin, and now he want to know everyday any data has been imported.

Is there any way to do it without adding extra table, just know the table change.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Azhrei1
Azhrei1
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of turbot_yu

ASKER

1.Can I check the transaction logs through SQL statement.

2. Just add record only. May you give any details of setup, trigger and write audit table.

Thanks.