Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: What is the Maximum Page Size in SQL Server 2000?

    Artical was very Useful.

    I tried the below query

    create table MyTest 

     (       mychar1 char( 8000) 

             , mychar2 char( 39), 

             , myvarchar3 Varchar( 8000), 

             , myvarchar4 Varchar(...

Viewing post 1 (of 1 total)