Home Forums SQL Server 2005 Development Difference between varchar(max) and varchar(8000) RE: Difference between varchar(max) and varchar(8000)

  • praveshsinghfaq (5/6/2013)


    Hi!

    You can get the help from the following link. I hope it very helpful for you.

    http://www.mindstick.com/Blog/479/Difference%20between%20char%20var

    Thanks & Regard!

    Pravesh Singh

    It helps but not with the subject at hand because it doesn't explain any of the MAX datatypes, which was the subject of this entire post. 😉

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)