When you create a table with text or image columns, the data is stored on a separate chain of text pages.
A table with text or image columns has an additional entry in sysindexes for the text chain, with the name column set to the name of the table preceded by the letter âtâ and an indid of 255.
sp_placeobject textseg, "mytab.tmytab"
If you want the text pages to be on a particular segment, first create the table on that segment (allocating the initial extent on that segment), then create a clustered index on the table to move the rest of the data to the segment.