Search results

  1. J

    How to solve Access limitation of a memo field mapped to nvarchar(max) field in SQL

    Hello, Our company is migrating a Microsoft Access 2010 backend database to a SQL Server 2008 database. One of the memo fields in the Access backend can store up to 150 Kb of Unicode data. To store this data in SQL server, we found that we can use the following data types: ntext =...
Back
Top Bottom