Something happened to one of the tables in a database I designed. I have no idea what happened as the guy who maintains it will either not tell me or really has no clue.
Basically what I have is a database with a table called tblAITInfo that is missing all entries from 5/22 to 6/12. I have another copy of the table that was retrieved from our nightly tape backup and it has the missing entries except those on 6/12. So it has 5/22 to 6/11.
What would be the best way to grab those entries from the backup table and add them to the other one?
Basically what I have is a database with a table called tblAITInfo that is missing all entries from 5/22 to 6/12. I have another copy of the table that was retrieved from our nightly tape backup and it has the missing entries except those on 6/12. So it has 5/22 to 6/11.
What would be the best way to grab those entries from the backup table and add them to the other one?