undo changes to a stored procedure
I altered a stored procedure and unknowingly overwrote some changes that were made to it by another developer. Is there a way to undo the changes and get the old script back? Unfortunately I do not have a backup of that database, so that option is ruled out. The answer is YES , you can get it back, but it's not easy. All databases log every change made to it. You need to: Shutdown the server (or at least put it into read-only mode) Take a full back up of the server Get a copy of all the db log files going back to before when the accident happened Restore the back up onto another server Using