Options

Hmm, not look like your new version support Sql 2005

wyx2000wyx2000 Posts: 20
edited October 3, 2005 11:59AM in SQL Compare Previous Versions
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,
.....

Comments

This discussion has been closed.