Re: how to sum a text field with commas
- From: --CELKO-- <jcelko212@xxxxxxxxxxxxx>
- Date: Wed, 23 Dec 2009 15:15:49 -0800 (PST)
SQL is querying - nothing more. <<
Actually it is DDL, DML, DCL and transaction control. This is one of
the major problems that cowboy coders have; they think SQL = DML, and
fail to create integrated systems.
You also show a sheltered existence, really, have you never had to chop and refine data - would you honestly write a separate one off program in C when in a fraction of the time you could cut and massage the data into a structure you want and conforms to proper database design principles? <<
LOL! These days, I use a word processor or a spreadsheet most of the
time! I find that most one-shot jobs have the data I want on a
website for download. Most of the cleanup work is with text --
squeeze spaces, change case, run a macro and stick it into a CSV file
for BCP or some INSERT INTO statements.
For repeated jobs, we usually have an ETL tool in my "sheltered
existence" IT shops.
.
- Follow-Ups:
- Re: how to sum a text field with commas
- From: Tony Rogerson
- Re: how to sum a text field with commas
- References:
- how to sum a text field with commas
- From: RedGlow06
- Re: how to sum a text field with commas
- From: --CELKO--
- Re: how to sum a text field with commas
- From: Tony Rogerson
- how to sum a text field with commas
- Prev by Date: Re: tsql to change oracle pswd
- Next by Date: Re: loop between 2 datetime field values
- Previous by thread: Re: how to sum a text field with commas
- Next by thread: Re: how to sum a text field with commas
- Index(es):
Relevant Pages
|