• SQLHeap (6/25/2013)


    The db is too big to restore fully, can't even just restore the primary filegroup anywhere. How can I get a single stored procedure back?

    grab the trial version of Idera's SQL Virtual Database, which is one of the products that John Mitchell mentioned: it opens a backup as if it were a real database, but without the disk space requirements.

    then you can grab and DDL definitions or data you need.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!