I have a fast growing database. I make backups everyday but I want to avoid copying one large file daily. Rather, I want to have new data files automatically created (say, 10GB) so that I can create incremental backups and only copy the new files.
How do I do this? If I set a maxfile size, what happens when DB reaches this size?