September 7, 2012 at 6:14 am
CELKO (9/6/2012)
Why did you fail to follow minimal Netiquette if you know the basics?
Does anyone else see the irony in this?
Greg
_________________________________________________________________________________________________
The glass is at one half capacity: nothing more, nothing less.
September 7, 2012 at 7:22 am
CELKO (9/6/2012)
.. it doesn't mean that I don't know any basics of data modeling, RDBMS or Date fields [sic] in SQL. I believe this forum is not just for experts and it is designed to help all levels of people.
Columns are not fields. Did you learn anything? Have you looked up ISO-11179 or read a book on basic data modeling yet? Why did you fail to follow minimal Netiquette if you know the basics?
Microsoft use column and field interchangeably in SQL Server error messages:
SELECT message_id, text
FROM sys.messages
WHERE message_id IN (4158,4406,4866,8618,14380)
AND language_id = 1033
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
September 7, 2012 at 8:33 am
ChrisM@Work (9/7/2012)
CELKO (9/6/2012)
.. it doesn't mean that I don't know any basics of data modeling, RDBMS or Date fields [sic] in SQL. I believe this forum is not just for experts and it is designed to help all levels of people.
Columns are not fields. Did you learn anything? Have you looked up ISO-11179 or read a book on basic data modeling yet? Why did you fail to follow minimal Netiquette if you know the basics?
Microsoft use column and field interchangeably in SQL Server error messages:
SELECT message_id, text
FROM sys.messages
WHERE message_id IN (4158,4406,4866,8618,14380)
AND language_id = 1033
I guess that in the ivory tower in which he lives with his pet mouse they are not interchangeable. Each as a specific meaning and they are not the same.
September 7, 2012 at 3:55 pm
1. Columns are fields!
Technically they are not.
But in practice, many people refer to SQL columns as "fields", so you just have to accept that and move on.
SQL DBA,SQL Server MVP(07, 08, 09) "It's a dog-eat-dog world, and I'm wearing Milk-Bone underwear." "Norm", on "Cheers". Also from "Cheers", from "Carla": "You need to know 3 things about Tortelli men: Tortelli men draw women like flies; Tortelli men treat women like flies; Tortelli men's brains are in their flies".
September 10, 2012 at 3:49 am
ScottPletcher (9/7/2012)
1. Columns are fields!
Technically they are not.
But in practice, many people refer to SQL columns as "fields", so you just have to accept that and move on.
What do you mean by "technically"? Technically, all things in a computer are just electricity impulses (charge or no-charge - 1's and 0's).
As mentioned in above posts, even Microsoft sometimes uses both words for the same thing.
Viewing 7 posts - 16 through 21 (of 21 total)
You must be logged in to reply to this topic. Login to reply