ianperrin / sqlclrdataaudit

Automatically exported from code.google.com/p/sqlclrdataaudit
0 stars 0 forks source link

Change the data type for OldValue/NewValue columns to NVARCHAR(MAX) #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The original code used a table defined as follws:

...
OldValue varchar(1000) null,
NewValue varchar(1000) null,
...

Should we be using NVARCHAR(MAX) instead????

Original issue reported on code.google.com by ianper...@gmail.com on 13 Mar 2007 at 10:16

GoogleCodeExporter commented 9 years ago

Original comment by ianper...@gmail.com on 13 Mar 2007 at 2:16