I'm using Microsoft WebMatrix to develop a small website in ASP.NET Web Pages. I have a database table with a column that may contain more than 4000 characters.
Nvarchar has a limit of 4000 characters. When using SQL Server I can just use Nvarchar(Max). Is there anyway I can do this using WebMatrix's database designer? Is it a limitation in the database and will I need to migrate it to SQL Server?
Just a side-question - does WebMatrix use a SQL Server Compact 4.0 database?
Many thanks for any help.