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

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -