I'm trying to automate a nightly database backup with a selected filegroup in SQL Server Management Studio using a Maintenance Plan and SQL Server Agent.
When setting up the task I'm not able to select the radio button 'Files and filegroups'. As soon as I click it, the whole task window disappears.
When I look at the properties of the task, there is a property 'FileGroupsFiles', but any input like 'PRIMARY' doesn't seems to have effect.
I think it's a bug, but is there a workaround to manually select the preferred filegroup or a fix?