I am trying to migrate part of my tables that are disk based to in memory ones. While doing this I have an error produced which I do not know how to fix nor can I find information on this error anywhere.
I am using SQL Server 2016.
I get the following errors that are produced:
1.) "Post migration row size exceeds the row size limit of memory-optimized tables...."
2.) "The following unsupported foreign key relationships are defined on this table..."
How do I fix this? Is there anyway to fix it when migrating?