(Bob Dorr) The scenario: •Table has a NTEXT column that the customer wanted converted to NVARCHAR(MAX) •Data has both small and large storage for different rows •Issued ALTER TABLE … ADD COLUMN …NVarCharColumn… NVARCHAR(MAX) •Issued update MyTable set NVarCharColumn = <
Read More - Register for Free Membership