I screwed up big time, I deleted a very long and smart stored proc (pls
don't ask how).
Is there anyway I can recover it?
Any advice appreciated.
Tada.KoliPoki (rayone@.gmail.com) writes:
> I screwed up big time, I deleted a very long and smart stored proc (pls
> don't ask how).
> Is there anyway I can recover it?
Do you have a backup of the database? Or do you run the database with
full or bulk-logged recovery? In that case you might be able to.
If you don't have any backup and run with simple recovery, the procedure
has left for outer space.
Generally, all source code should be under version control. See the
database as the place where you have the binary representation of
the source.
--
Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techin.../2000/books.asp
No comments:
Post a Comment