<div>I have a table which I created with 2 fields as varchar(2040). The table contains around 40,000 records and the table takes up around 30 meg.</div>
<div> </div>
<div>Field 1 max length <= 100 characters (key field)</div>
<div>Field 2 max length <= 500 characters</div>
<div> </div>
<div>I am trying to get the table down in size from 30 meg. Would varchar be the best way to store a field(s) of this size (or string...or ???)?</div>
<div> </div>
<div>ie. Field 1 = varchar(100); Field 2= varchar(500)</div>
<div> </div>
<div>Thanks for any input!</div>
<div>Warren</div>