|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, April 26, 2013 6:18 AM
Points: 129,
Visits: 205
|
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, July 30, 2012 1:23 PM
Points: 290,
Visits: 44
|
|
Man! This is the first time I've EVER heard anyone say "For many SQL Server 2000 DBAs working with text columns in T-SQL is no different than any other datatype." Lol!
Great article though, thanks.
John Scarborough MCDBA, MCSA
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, September 01, 2010 5:23 AM
Points: 108,
Visits: 23
|
|
Agreed, TEXT datatypes are like other datatypes as chalk is like cheese. However interesting article, a shame it was hard work to read.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, March 25, 2011 6:40 AM
Points: 8,
Visits: 20
|
|
| Great article. But it looks like there is an error in a code. If XML tag happens start right before position 8000 (or multiple of) it will not be found. This may be a fix: Set @parsedlen = @parsedlen + 8000 - len(@parsedval)+1
|
|
|
|