How to store large string data into s SQL SERVER 2005 data base?
        Posted  
        
            by prateeksaluja20
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by prateeksaluja20
        
        
        
        Published on 2010-04-09T19:09:44Z
        Indexed on 
            2010/04/09
            19:13 UTC
        
        
        Read the original article
        Hit count: 320
        
sql-server-2005
Hello Experts, I have 100000 Ids to store into our DataBase.Id is in string format.each id contain 10 char.so what is the best data type is for this data? i have been used vrchar(max),text but my problem is not solved. so please experts help me.
© Stack Overflow or respective owner