Can't delete memory optimized tables

Brass Contributor

Hey everyone!

We have a problem that is unsolvable for us. I hope that someone has already had this case or has enough expertise to find a solution for it.

Introduction:
We did a reallocation of de databasefiles (.mdf) and the logfiles (.ldf). We wanted to split all databasefiles to a datadrive and all logfiles to a logdrive.

Apparently some days later one specific database reached the Suspect-mode:

B_Gen_1-1700062763346.png


We were able to get the database back online through creating a new database with the existing logfile and databasefile.

 

Apparently some of the tables are memory-optimized and no longer work.

We have to delete these specific memory optimized tables, but we were not able to do that:

B_Gen_0-1700065129879.png

B_Gen_0-1700064260507.png


We tried everything, even restoring the missing "memory optimized db" files:

B_Gen_1-1700064358642.png

Dropping the mem_opt_filegroup first also fails (seems to happen because the mem_opt_filegroup is a restore from 3 months ago):

B_Gen_4-1700064524555.png

 

As a side info, I am on a restore in an isolated environment.

Thank you in advance for any support.

0 Replies