SQL Server Text type vs. varchar data type [closed]

I have variable length character data 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.

4 Answers
4

Leave a Comment