Re: Row with the largest character count
- From: John W. Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 11 Aug 2008 15:25:05 -0600
On Mon, 11 Aug 2008 07:11:04 -0700, efandango
<efandango@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Is there a way of finding out which field row has the largest character count?.
I want to chop the field lengths to make the database run faster, but don't
want to chop any real data off.
the table is tbl_Street_Names
the field is: StreetName
Don't bother.
The size of the field only trivially affects the speed of the database.
Indexing the field will make searching it VASTLY faster, regardless of its
size; and as soon as you truncate the field to 20 characters, you'll get a new
address on Hanuakupalukamakalahana Boulevard. (No, I don't think it's real...)
I believe the US Postal Service has a standard limit on name lengths, you
might just want to go with it.
--
John W. Vinson [MVP]
.
- Follow-Ups:
- Re: Row with the largest character count
- From: efandango
- Re: Row with the largest character count
- References:
- Row with the largest character count
- From: efandango
- Row with the largest character count
- Prev by Date: Re: Getting "Invalid precision for decimal data type"
- Next by Date: Re: Pull out year from a string
- Previous by thread: Re: Row with the largest character count
- Next by thread: Re: Row with the largest character count
- Index(es):
Relevant Pages
|