Having Trouble Scripting SQL Tables Containing nvarchar(max) fields
Posted by Joe King | Posted in MS SQL | Posted on 22-08-2010
0
Have you trying to script tables in your SQL2005 or 2008 database and you receive this error?
Column projectDescription in object [TABLENAME] contains type NVarCharMax, which is not supported in the target server version, SQL Server 2000. (Microsoft.SqlServer.Smo)
This error is caused by an incorrect scripting option in Microsoft SQL Server Management Studio being set to a version prior to 2005.

