SQL Server sql backup file and filegroups options disabled

cgyqldqp  于 2023-03-17  发布在  其他
关注(0)|答案(2)|浏览(100)

I'm trying to set the backups for a specific filegroup on a database but the filegroup option is greyed out. It's available on the system databases and I created a new database to test and the test database is not greyed out.

What am I not seeing?

ifsvaxew

ifsvaxew1#

Possible cause: your database is set to simple recovery mode.

xqkwcwgp

xqkwcwgp2#

Your Database is in Simple Mode Recovery. To change it to Full: Right Click On Database Name > Properties > Options tab >Recovery Model comboBox > Full

相关问题