Re: Update header column to match its detail values.

From: Wapiti (wapiti_at_noplaceforspam.com)
Date: 10/29/04


Date: Thu, 28 Oct 2004 17:17:44 -0700

Very good, thanks again.

"Hugo Kornelis" <hugo@pe_NO_rFact.in_SPAM_fo> wrote in message
news:rbv2o0d1q1faqdqh5tckgkmf4vbhbpejrr@4ax.com...
> On Thu, 28 Oct 2004 14:03:56 -0700, Wapiti wrote:
>
> >Thanks for the help here, can you refer me to somewhere that I can learn
> >more about Ansi compliant coding ? I'd like to do that, but with the
doc'n
> >I have been refering to (all sqlserver stuff), its not touching on that.
> >thx again. -Mike
>
> Hi Mike,
>
> Hmmm, I don't think I know of any one place where this all is documented
> (other than the ANSI standard itself, but that's both expensive and
> incomprehensible for mere mortals <g>).
>
> I picked up most of my knowledge about ANSI vs T-SQL by reading
> newsgroups. BOL (Books Online) gives some hints about this too. Plus, you
> could also use the FIPS flagger (check out SET FIPS_FLAGGER in BOL) to get
> some feedback from SQL Server itself about compliance to the ANSI SQL-92
> standard.
>
> Best, Hugo
> --
>
> (Remove _NO_ and _SPAM_ to get my e-mail address)



Relevant Pages

  • Re: Update header column to match its detail values.
    ... >more about Ansi compliant coding? ... (other than the ANSI standard itself, ... BOL gives some hints about this too. ...
    (microsoft.public.sqlserver.programming)
  • Re: Differences between const char and char
    ... > Ben Pfaff wrote: ... > accurate name for the new ANSI standard. ... Which is: ISO/IEC/INCITS ...
    (comp.lang.c)
  • Re: ANSI C compliance
    ... The 1989 ANSI standard was adopted, ... >ANSI is a member if ISO.) ... fine folks here) uses "ISO" to refer to the standard. ...
    (comp.lang.c)
  • Re: Has ANSI Approved ISO/IEC 9899:1999?
    ... A Google search shows arguably confusing answers as to whether ANSI ... it says that "It was adopted as an ANSI standard in March 2000." ... members, with time for review, comments, and finally a vote. ...
    (comp.lang.c)
  • Re: Need Help Parsing From File
    ... ANSI 89 C says that other characters may follow after r, r+, etc. ... "rt" is useless for an ANSI C compiler, since the default stream mode ... option is not part of the ANSI standard for open, but is a Microsoft ...
    (comp.lang.python)