Click here to Skip to main content
15,887,376 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,

how to find which data will be inserted in today in sql tables. But there is no date column and common column.

But how i know that result
Posted

all of the transactions are logged in MS SQL server and you can see and undo them with a transaction log file viewer.

but some of them are very expensive and some have compatibility problems so search for suitable one for yourself :

http://www.red-gate.com/products/dba/sql-log-rescue/[^]

http://www.apexsql.com/sql_tools_log.aspx[^]
 
Share this answer
 
If you don't have a datetime column in your tables then you are out of luck, you can't.

You can create a table and put the last row number, tablename and datetime (midnight each day) for each table in that and query that and compare with the current last row number.
 
Share this answer
 
Comments
K N R 26-Oct-11 2:37am    
thanks mehdi....!!!
You Can Create Trigger To find which data will be inserted in every Day By Trigger
 
Share this answer
 
There might be a date in the logging of the insert command.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900