Hi
What would be the quickest way to create a backup and revert program
on an sql (2000) database?
- Can you create a transaction on a database, regardless of the
connections and then
rollback it all via an external program
- Could you monitor the changes with profiler and then reverse those?
- If desperate, could you backup the db from a tool and then restore
it? (too slow to be practical?)
Not sure how to do this so any offers would be appreciated
ta
What would be the quickest way to create a backup and revert program
on an sql (2000) database?
- Can you create a transaction on a database, regardless of the
connections and then
rollback it all via an external program
- Could you monitor the changes with profiler and then reverse those?
- If desperate, could you backup the db from a tool and then restore
it? (too slow to be practical?)
Not sure how to do this so any offers would be appreciated
ta
Comment