Asked By Erland Sommarskog
02-Jun-08 06:41 PM
ISSDBEngr (ISSDBEngr@gmail.com) writes:
Since you are on SQL 2005, why use text when you can use varchar(MAX)?
That is far less painful than text.
I don't know whether checksum() works on varchars longer than 8000 though.
But checksum() is not very good anyway, you would probably miss a lof
of actual changes. I would run a simple = to compare the values.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx