I do not have a backup available but I wrote over an existing database with a backup file.
The problem is the one I wrote OVER had a Stored Proc that I need to get back. Any way to do this without a backup file of the database with the Stored Proc in it?
Basically the answer is no.
It might be worth looking in your
%temp%directory though at the files entitled~….sqljust in case you are extraordinarily lucky.I have SSMS toolspack installed and that keeps a log of all SQL statements executed in Management Studio which might have been useful in this instance.