Viewing 2 posts - 1 through 3 (of 3 total)
Thanks David,
I broke the process into 2 parts...
I process anything with a length less than 8000 using varchar. This is the bulk of those records.
I used the example code...
June 29, 2005 at 11:14 am
#569453
The two tables are ScanResultStage and ScanResultBuild
Each contain a single result column which is text, because of the fact that the size can easily surpass 8000 chararacters. The data...
June 28, 2005 at 10:10 am
#569021