Hi,
We have "upsized" an Access db to SQlServer 2000.
Now, I'm tweaking the data types. If the Access col was Text len 140, which data type in the SQL Server table would be best: Text or varchar? Is there a diff in performance between text vs. varchar. For the tables I've modified so far, I'm using varchar 140. (I know Text can go beyond 8000 chars) I'm curious as to what most of you would use - text or varchar.
Thanks, John
(on another subject, a real pet peeve of mine is that the Access upsizer sometimes converts cols to the unicode type (nText, nvarchar) in the SQL table... these are inefficient and can cause performance problems)
We have "upsized" an Access db to SQlServer 2000.
Now, I'm tweaking the data types. If the Access col was Text len 140, which data type in the SQL Server table would be best: Text or varchar? Is there a diff in performance between text vs. varchar. For the tables I've modified so far, I'm using varchar 140. (I know Text can go beyond 8000 chars) I'm curious as to what most of you would use - text or varchar.
Thanks, John
(on another subject, a real pet peeve of mine is that the Access upsizer sometimes converts cols to the unicode type (nText, nvarchar) in the SQL table... these are inefficient and can cause performance problems)