Sp_Tableoption for "Large Value Types Out of Row"

  • Hi

       I am working on SQL 2005 Developement Db, As we have some Nvarchar(max) cols,  I had set Sp_Tableoption for "Large Value Types Out of Row" ON for some tables a month back, I need to add some more tables to Database, but before that i want to confirm on which tables I had added this clause.

     I searched Obejectproperty,but they haven't mentioned there ?

     

     

        

    Regards
    Shrikant Kulkarni

  • Hi.

    Select name,type_desc from sys.tables where large_value_types_out_of_row =1

     

    Regards
    Shrikant Kulkarni

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply