• The name of the filegroup doesn't matter so much as whether or not it was created using CONTAINS MEMORY_OPTIMIZED_DATA.

    If so, yeah, that's the one you'll use for your database. If not, regardless of what you call it, you still have to create one.

    One HUGE point, you can't delete a memory optimized filegroup after you add it to the database. Don't experiment on production.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning