Is this possible? I have a table where I keep data for 45 days. I have a SQL script that deletes from 45 days ago before it does the nightly load. I have set it up so that there is a nightly export done from my database. Due to hastily writing a delete script (<slap>... BAD DBA!), I deleted some records from that table for March instead of February. Is there any way, besides reloading the complete export of the table (too big), to use some sort of WHERE clause to just get those 3 days worth of data?
Any ideas? It isn't really that important, but figured it would be a good learning thing for me try. Looked in the books I have and didn't see anything. Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
Any ideas? It isn't really that important, but figured it would be a good learning thing for me try. Looked in the books I have and didn't see anything. Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...