is it possible to use the MSSQL "BACKUP DATABASE" in a way that will not include the indices, even if they are stored in the same file group as the table itself? Or would I have to move the indices to another filegroup first? Or is there a reason to include indices in the backup?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

There's no backup command without index feature (it's often requested), but Brent Ozar documented his approach here:

http://www.brentozar.com/archive/2010/02/how-to-really-compress-your-sql-server-backups/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.