|
|
| |

How can I backup/restore a single table in SQL 7.0/2000?
Answer:
This opportunity is no longer supported. But you can create new filegroup
and place a table in it. Because SQL Server can restore both files and
filegroups, you can restore only that table.
See also this link:
File/Filegroups Optimization Tips
|
|
|