After setting up a website using NuGet, I ran the SQL Server Migration Assessment (DMA) on the Umbraco database. Turns out it throws a lot of 'Depreciated warnings':
"Title": "Deprecated data types TEXT, IMAGE or NTEXT",
"Impact": "These data types are checked as deprecated. In some cases, using TEXT, IMAGE or NTEXT might harm performance."
According to this Microsoft documentation TEXT, IMAGE and NTEXT has been flagged as depreciated since 2008.
This has also been reported as an issue in addition to being discussed in a forum thread.
Will this be changed anytime soon? I have been unable to find it in any of the roadmaps.
Deprecated data types
After setting up a website using NuGet, I ran the SQL Server Migration Assessment (DMA) on the Umbraco database. Turns out it throws a lot of 'Depreciated warnings':
According to this Microsoft documentation TEXT, IMAGE and NTEXT has been flagged as depreciated since 2008. This has also been reported as an issue in addition to being discussed in a forum thread.
Will this be changed anytime soon? I have been unable to find it in any of the roadmaps.
Hey Sjokko
I looked trough the post you linked and there didn't seem to be any response from HQ.
Might be a good idea to raise this as an issue on the new issue tracker. https://github.com/umbraco/Umbraco-CMS/issues.
is working on a reply...