Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backup Database excluding a particular table

Status
Not open for further replies.

Phil99

Programmer
Jul 12, 2002
32
GB
Hi,

Is it possible to run a database backup and exclude a particular table from the backup file.

We have a large database but most of the space is taken up by one table which we would like to exlude from the backup.

Thanks

Phil
 
Not if the table resides in the same filegroup as the backup. It is an ALL or Nothing operation. If you move your table to a secondary filegroup known as an NDF, you can back up each filegroup independantly.

Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top