How do I restore a single table from a SQL Server 2005 backup?

Electrons_Ahoy picture Electrons_Ahoy · Nov 18, 2008 · Viewed 52.7k times · Source

I've got a backup made using the regular SQL Server 2005 backup command. Is there a way to restore just a single table, not the whole DB?

Answer

dkretz picture dkretz · Nov 18, 2008

Restore the whole database to another machine (or temporary database), then copy the table seems like the easiest to me.