Re: Row Order
From: Joe Celko (jcelko212_at_earthlink.net)
Date: 11/02/04
- Next message: Ilan Prudhomme: "SQL Connections conference in Las Vegas"
- Previous message: Ilya Margolin: "Re: Import error: Datasource column 5.. to large for specified buffer"
- In reply to: Guadala Harry: "Re: Row Order"
- Next in thread: Guadala Harry: "Re: Row Order"
- Reply: Guadala Harry: "Re: Row Order"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 02 Nov 2004 11:51:47 -0800
>> Okay, the truth is that I see the world in terms of sequential I/O.
Don't laugh - this is progress for me - I just graduated from seeing it
in terms of punch cards. I'm just trying to emplement a punch card
database that was morphed into a flat-file design into SQL Server. <<
Well, at least you know you have a problem; a lot of the people who post
here are working with the same mental models and don't know it. That is
the reason I beat people over the head about "file vs table", "row vs
record" and "column vs field"
My rule of thumb is that you have to be a full-time SQL programmer for
one full year before you can expect to have your satori and recieve
enlightenment. In the meantime, look at good code and read a lot.
--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. Sample data is also a good idea, along with clear
specifications.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Ilan Prudhomme: "SQL Connections conference in Las Vegas"
- Previous message: Ilya Margolin: "Re: Import error: Datasource column 5.. to large for specified buffer"
- In reply to: Guadala Harry: "Re: Row Order"
- Next in thread: Guadala Harry: "Re: Row Order"
- Reply: Guadala Harry: "Re: Row Order"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|