Just wondering, is there a way to restore JUST a stored procedure from a full database backup. The full backup is 9 GB so I don't have room to restore the entire database. Besides, all I want is the stored procedure.
Doesn't the code for the stored procedure get stored in one of the 'sys' tables in the database instance? If so, can I just restore that specific 'sys' table somehow to an existing TEST database instance and extract the code so I can rebuild the stored procedure.
TIA!
Doesn't the code for the stored procedure get stored in one of the 'sys' tables in the database instance? If so, can I just restore that specific 'sys' table somehow to an existing TEST database instance and extract the code so I can rebuild the stored procedure.
TIA!