sql server - Retrieve previous version of a stored procedure -
I modified a stored procedure today but after that I realized it was wrong. So I want to back it back, there is no way of getting the modified archive method already or is the stored procedure of the last date. I have no back ups. Thank you.
Not directly in SQL Server Unless you have placed a script in the source control or your location somewhere The only option is to restore the old backup to another environment and to script its old version.
Comments
Post a Comment