Re: Need help with Tricky SELECT statements please.
From: Joe Celko (jcelko212_at_earthlink.net)
Date: 04/25/04
- Next message: yimin: "Sr. SQL DBA job open in Texas"
- Previous message: Hari: "Re: how to delete log files"
- In reply to: Louis Davidson: "Re: Need help with Tricky SELECT statements please."
- Next in thread: Louis Davidson: "Re: Need help with Tricky SELECT statements please."
- Reply: Louis Davidson: "Re: Need help with Tricky SELECT statements please."
- Reply: Louis Davidson: "Re: Need help with Tricky SELECT statements please."
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 25 Apr 2004 09:43:12 -0700
>> I was also taught early that it was best to do as much manipulation
using SQL as possible. <<
Look at how many people here are writing application code in T-SQL --
converting everything to strings and trying to pass one, long
concatenated string as output. Did you ever write in COBOL? Same
thing.
>> .. seminar I attended with Dr. David Rozenshtein, .. his book The
Essense of SQL <<
Dave and I used to do the DCI shows years ago! Is he still teaching? I
still wish I was as good presenter as he was -- his Russiam accent was
actually an advantage.
>> The real question is can we build a properly tiered architecture
that includes a data manipulation tier that has the power of a
relational language, rather than a procedural one? <<
and a separate business rules layers that is also declarative?
--CELKO--
===========================
Please post DDL, so that people do not have to guess what the keys,
constraints, Declarative Referential Integrity, datatypes, etc. in your
schema are.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: yimin: "Sr. SQL DBA job open in Texas"
- Previous message: Hari: "Re: how to delete log files"
- In reply to: Louis Davidson: "Re: Need help with Tricky SELECT statements please."
- Next in thread: Louis Davidson: "Re: Need help with Tricky SELECT statements please."
- Reply: Louis Davidson: "Re: Need help with Tricky SELECT statements please."
- Reply: Louis Davidson: "Re: Need help with Tricky SELECT statements please."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|