follows BACKUP DATABASE

Sql Server Backup Exclude Table

Sql Server Backup Exclude Table is used to exclude one or more tables from the backup job. The tables that you exclude will not be backed up. This is useful if you have a large table that you don’t want to backup or if you have a table that is constantly changing and you don’t want to backup the changes.

To exclude a table from the backup job, you use the ExcludeTable parameter. The parameter takes a list of table …