Home All Groups Group Topic Archive Search About
Author
8 Jul 2005 12:45 AM
rn5a
What does binary data mean & what are Unicode strings?

RON

Author
8 Jul 2005 1:22 AM
Michael C#
Binary data is raw, unadulterated, unfiltered data.  An example of binary
data is a graphic JPEG or MPG file, as opposed to a text file which would be
roughly equivalent to CHAR or VARCHAR data.

Unicode is a system of representing CHAR or VARCHAR textual data.  Just like
ASCII is one way to represent textual data, Unicode also assigns numbers to
textual letters.  The difference being that ASCII covers basically the Latin
alphabet, while Unicode attempts to include every alphabet in the world.
Unicode takes up twice as much space as most standard Latin alphabet
representations (like ASCII).

For more info on Unicode, look up NCHAR and NVARCHAR in BOL.

http://www.unicode.org/


<r***@rediffmail.com> wrote in message
Show quote
news:1120783506.676568.7460@g43g2000cwa.googlegroups.com...
> What does binary data mean & what are Unicode strings?
>
> RON
>
Author
8 Jul 2005 1:28 AM
--CELKO--
>> Binary data means that you missed the whole point of the SQL standards and the RDBMS model  <<

We do not care about the PHYSICAL representation of data in RDBMS.

This is like sayimg. "Okay, the earth is round, but what append when
we sail off the edge?"

Please read a book before you post again.
Author
8 Jul 2005 1:40 AM
Michael C#
BIT(n) and BIT VARYING(n)?

"We might be sailing off the edge of the world later, but we still have to
decide whether we're going to make oars out of wood or papier mache."

Show quote
"--CELKO--" <jcelko***@earthlink.net> wrote in message
news:1120786127.635023.265320@g43g2000cwa.googlegroups.com...
>>> Binary data means that you missed the whole point of the SQL standards
>>> and the RDBMS model  <<
>
> We do not care about the PHYSICAL representation of data in RDBMS.
>
> This is like sayimg. "Okay, the earth is round, but what append when
> we sail off the edge?"
>
> Please read a book before you post again.
>
Author
8 Jul 2005 2:14 AM
Brian Selzer
> Please read a book before you post again.
>
Berating newbies is a really despicable way to increase your royalties
revenue.

"--CELKO--" <jcelko***@earthlink.net> wrote in message
news:1120786127.635023.265320@g43g2000cwa.googlegroups.com...
> >> Binary data means that you missed the whole point of the SQL standards
and the RDBMS model  <<
Show quote
>
> We do not care about the PHYSICAL representation of data in RDBMS.
>
> This is like sayimg. "Okay, the earth is round, but what append when
> we sail off the edge?"
>
> Please read a book before you post again.
>
Author
8 Jul 2005 3:27 AM
RON
>>Berating newbies is a really despicable way to increase your royalties
revenue.

Brian, that was the most appropriate response to Celko's comments.
There are a handful of people like Celko out there whose only job is to
pass such obnoxious remarks. Do they get paid for it?

Thanks to you & to Michael as well but not to Celko :-)

RON

AddThis Social Bookmark Button