Identifying Columns with Out-Of-Row Data
In a previous post, I was talking about how changing data types from the older ntext, text, and image data types to the current nvarchar(max), varchar(max), and varbinary(max) data types doesn’t achieve the same outcome as having defined the tables that way in the first place, unless you subsequently rebuild the tables.
I also had a question about how you can find out which columns still have pointers to out of row data. Unfortunately, finding that out doesn’t seem so easy and it would vary row by row in the table.
2014-11-17