SQL Server Text type v.s. varchar data type
        Posted  
        
            by George2
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by George2
        
        
        
        Published on 2009-02-19T10:53:42Z
        Indexed on 
            2010/04/22
            13:33 UTC
        
        
        Read the original article
        Hit count: 191
        
Hello everyone,
I have variable length character and want to store in SQL Server (2005) database. I want to learn some best practices about how to choose TEXT SQL type or choose VARCHAR SQL type, pros and cons in performance/footprint/function.
thanks in advance, George
© Stack Overflow or respective owner