I'm not an expert in sql but I think what lastthief is trying to say is that you could restore the database with an other name and execute a query like this:
SELECT *
INTO [SRO_SHARD_INIT]._RefObjCommon
FROM [SRO_SHARD_INIT_ORIGINAL]._RefObjCommon
Check the sql statement SELECT INTO if you want some more details: