Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

what is string size of memo

(0) ShareShare
ReportReport
Posted on by 1,122

Can someone help me understand what is the string size memo ?

Is there a limit of how many characters I can enter in Notes EDT field which has string size Memo.

Thank you

Ann

*This post is locked for comments

  • SaverioT Profile Picture
    SaverioT 328 on at
    RE: what is string size of memo

    A memo field like Docuref.Notes is transate to a nvarchar(max) into SQL server; as described in https://msdn.microsoft.com/en-gb/library/ms186939.aspx :

     "the maximum storage size is 2^31-1 bytes (2 GB). The storage size, in bytes, is two times the actual length of data entered + 2 bytes."

    The max string lenght is approssimativly 1 G.

  • Suggested answer
    Vilmos Kintera Profile Picture
    Vilmos Kintera 46,149 on at
    RE: what is string size of memo

    Blob size is around 4 GB per field if I recall this right.

    But since that column cannot be indexed and takes very long time to retrieve, it is generally a good practice not to use and put it on regularly used and transactional tables for performance reasons. I would always place memo fields on newly created, separate tables that are joined by the primary index only for memo storing purposes.

  • Ann2015 Profile Picture
    Ann2015 1,122 on at
    RE: what is string size of memo

    Thanks!

  • Verified answer
    Anton Venter Profile Picture
    Anton Venter 19,457 Super User 2024 Season 2 on at
    RE: what is string size of memo

    Hi Ann, the length is practically unlimited because it is stored in the database as a BLOB (Binary Large Object). It is not the same a normal string field which has a fixed length in the database.

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.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,759 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,468 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans