Jump to content

Lesson Learned #315: 'XTP' name is reserved for the files containing In-Memory OLTP data.


Recommended Posts

Guest Jose_Manuel_Jurado
Posted

Today, we worked on a service request that our customer got the following two error messages: The file name 'XTP' is reserved for the files containing In-Memory OLTP data or The filegroup name 'XTP' is reserved for the filegroup containing In-Memory OLTP data restoring a backup from OnPremises to Azure SQL Managed Instance. URL: T-SQL differences between SQL Server & Azure SQL Managed Instance - Azure SQL Managed Instance | Microsoft Learn

 

 

 

For the error: Msg 41927, Level 16, State 1, Line 1 - The file name 'XTP' is reserved for the files containing In-Memory OLTP data.

 

 

 

 

This above error means that we have a file in our Logical Names that is called XTP as Azure SQL Managed Instance is going to create an additional file for XTP automatically, there is not possible to have two with same name.

 

 

 

mediumvv2px400.png.abf63c67d0916c8ef1040327370070cc.png

 

 

 

For the error message: Msg 41928, Level 16, State 1, Line 1 - The filegroup name 'XTP' is reserved for the filegroup containing In-Memory OLTP data.

 

 

 

 

In the similar situation that we have previously, if any of the filegroups of our database has XTP (except the memory optimized data) you are going to have this error message.

 

 

 

mediumvv2px400.png.c38f9e48552a5d41ff87edf1128a48bf.png

 

 

 

Enjoy!

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...