December 12, 2014 at 3:47 am
Hi all,
With all the new functionality, can 2014 now restore a single table from a standard backup without using any third party tools? I have looked, but can't see this listed as a feature (though that doesn't mean it's not there, maybe I've just missed it).
The why's and wherefores aside, is this now possible?
Thanks!
December 12, 2014 at 3:49 am
Nope. Unfortunately this is not possible with native tools, nor I think this feature is in Microsoft's plans.
-- Gianluca Sartori
December 13, 2014 at 5:18 am
You're still stuck with third party tools for doing this type of thing.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
December 15, 2014 at 4:01 am
Ok, didn't think so! Thanks for the confirmation gents!
December 16, 2014 at 10:39 am
Just a question, what's the reason?
You can always script out a restore to a new DB, script out the table migration (can use generate scripts to do this), and then drop the DB afterwards. I wouldn't really recommend this though as it's messy.
December 17, 2014 at 2:29 am
Thanks for the process thoughts there.
Why though? For a number of reasons really - anything from testing scripts on an isolated table/group of tables in space limited environments to quickly pulling back historical info due to business queries.
The DB's we have had to do this for in the past are all 600 GB to 2TB-ish (never the small ones).
There are a number of 3rd party apps out there that offer table restores from backup but I didn't want to go down that rout if there was native functionality.
The Oracle DBA I work with was quick to point out that he can do it on his DB’s . . .
December 17, 2014 at 10:12 am
Allan Brooks (12/17/2014)
The Oracle DBA I work with was quick to point out that he can do it on his DB’s . . .
Haha, I'm sure he did.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply