Backup individual tables

There are few ways we can backup individual tables. Here are some of them:

  1. Use BCP or SSIS/DTS.
  2. 3rd party vendors do it like litespeed (http://www.quest.com/litespeed_for_sql_server/ ).  Litespeed on the backend is just really doing a BCP for the most part. They’ve just made it easier by putting a GUI
  3. Ditto for SQL BackTrack by BMC.
Posted in MS SQL.

Leave a Reply