Rob
2008-08-05 16:01:01 UTC
Hello All,
I am using SQL 2005 and can use the nvarchar(max) field type with no
problem. If i send an alter statement that adds a field with the
nvarchar(max) type to a client that also has SQL 2005 they get the folowing
error:
Server: Msg 170, Level 15, State 1, Line 5
Line 5: Incorrect syntax near 'max'.
If they modify the table and try to change it the max they get the error
that states that the limit of this filed type is 4000. Why would this work
on my SQL 2005 and not theirs?
Regards,
Rob
I am using SQL 2005 and can use the nvarchar(max) field type with no
problem. If i send an alter statement that adds a field with the
nvarchar(max) type to a client that also has SQL 2005 they get the folowing
error:
Server: Msg 170, Level 15, State 1, Line 5
Line 5: Incorrect syntax near 'max'.
If they modify the table and try to change it the max they get the error
that states that the limit of this filed type is 4000. Why would this work
on my SQL 2005 and not theirs?
Regards,
Rob