Home Forums SQL Server 2005 Development how to store text file content into sql server 2005 database RE: how to store text file content into sql server 2005 database

  • That text does not appear usable or searchable. I don't know why they would want to store or search it. But if the business requests it, sure store it in a field (varchar(max) and not text). If you weren't on 2005, I'd say to also look at compressing the data.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events