Hmm, not look like your new version support Sql 2005
wyx2000
Posts: 20
I just updated to 3.2.1.14, I still get error on nvarchar(max), error is
The following error message was returned from the SQL Server:
[1001] Line 5: Length or precision specification 0 is invalid.
The following SQL command caused the error:
CREATE TABLE [dbo].[link_sitemap]
(
[id] [uniqueidentifier] NULL,
[title] [nvarchar] (200) COLLATE Latin1_General_CI_AS NULL,
[description] [nvarchar] (0) COLLATE Latin1_General_CI_AS NULL,
.....
The following error message was returned from the SQL Server:
[1001] Line 5: Length or precision specification 0 is invalid.
The following SQL command caused the error:
CREATE TABLE [dbo].[link_sitemap]
(
[id] [uniqueidentifier] NULL,
[title] [nvarchar] (200) COLLATE Latin1_General_CI_AS NULL,
[description] [nvarchar] (0) COLLATE Latin1_General_CI_AS NULL,
.....
This discussion has been closed.
Comments
Please see my reply in the previous topic that you'd posted.
Thanks!