Announcements
Error code 8004801E. Import failed: Creating or altering table 'msgov_ApplicationBase' failed because the minimum row size would be 9046, including 1725 bytes of internal overhead. This exceeds the maximum allowable table row size of 8060 bytes.
It seems my table is too large? I've never had issues before, but it seems like I need to trim down my table. I have a few questions:
I would be extremely grateful for any advice you can offer. Thank you in advance.
Hello @Nerd_Gorilla1, The error message you're encountering in is related to SQL Server, not Power Pages directly (Dataverse backend Database is SQL). It means that the size of a row in a table has exceeded the maximum allowed size of 8060 bytes. In SQL Server, each row can only store up to 8060 bytes of data, excluding certain data types like text, ntext, image, varchar(max), nvarchar(max), and varbinary(max).
My question is what type of data you are saving in your rows? and also, is this table "msgov_ApplicationBase" a system table?
I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends.
Visit my Blog: www.powerplatformplace.com
Hi @AhmedSalih ,
I understand the warning but what are my options? Is the only solution to reduce the number of columns?I could split off some of my column into another table, but dataverse does not make it easy to create 1:1 relationships which is what I would need for my scenario.
@Nerd_Gorilla1, yes, that is the only option is to normalize the schema.
@AhmedSalih I've removed over a hundred columns and even cleared some relationships and I'm still getting the error. What's strange is I just did an upgrade last week when I had many more columns and it was succesful. I've also noticed the bytes are going up not down after deletion. How?? Here is the error after my last import attempt:Import failed: Creating or altering table 'msgov_ApplicationBase' failed because the minimum row size would be 9977, including 1949 bytes of internal overhead. This exceeds the maximum allowable table row size of 8060 bytesAny other ideas or suggestions?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 394 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 324 Most Valuable Professional