Forum Replies Created

Viewing 15 posts - 526 through 540 (of 650 total)

  • RE: Sorting the Sheep from the Goats

    Brad McGehee hasn't just been sitting there on the top of this forum in the red band asking 'true/false' questions. He's just written a book for Simple-Talk called 'How to...

    Best wishes,
    Phil Factor

  • RE: use results of sp or tvf within a SELECT?

    [p]You'd probably be able to use a scalar function here, to do this.[/p]

    [font="Courier New"]SELECT

                ppl.FirstName,

                ppl.LastName,

                dbo.GetAge(ppl.BirthDate)

        FROM People AS ppl

                [/font]

    Best wishes,
    Phil Factor

  • RE: Sorting the Sheep from the Goats

    I'm a card-carrying dyslexic. Real, genuine. I find any sort of simple-minded multiple-choice questionnaire that merely tests ones ability to remember facts to be extraordinarily difficult. Naturally, I failed the...

    Best wishes,
    Phil Factor

  • RE: IT Project Euthanasia

    Ian, I have every sympathy for the Spaghetti-western approach to projects. My editorial was really about the extraordinary reluctance of companies and government to take the obvious step with a...

    Best wishes,
    Phil Factor

  • RE: Record insertion fialed But no error raise

    ... and make sure there isn't a trigger on the table causing mischief

    Best wishes,
    Phil Factor

  • RE: How to Loop

    [p]I suspect that something like this would do the trick. I haven't tested it because I haven't the time to do the sample code![/p]

    [font="Courier New"]

    SELECT

    [compound_id]=compound_ID,

    [compound_name] =MAX(CASE WHEN name_Type=1...

    Best wishes,
    Phil Factor

  • RE: A Simple Mistake

    In these postings on this forum, there have been quite a bit of confusion between the case-sensitivity of computer languages themselves and the various functions used for searching text.

    The proponents...

    Best wishes,
    Phil Factor

  • RE: IT and Musicians?

    As you know, Steve, I'm a 60's blues (and folk) guitar player, though now I tend to specialise in playing the Uke. Perhaps I ought to record some backing tracks...

    Best wishes,
    Phil Factor

  • RE: A Simple Mistake

    [p] A simple test to put in your build scripts or stored procedures. As far as I know, the only way to heal this problem if it happens is to...

    Best wishes,
    Phil Factor

  • RE: Boycott?

    If Microsoft claim that they have lost interest in maintaining and developing SQL Server 2005, maybe we ought to suggest to them, with a straight face, that they...

    Best wishes,
    Phil Factor

  • RE: A Simple Mistake

    I sometimes get the impression that the Beard-and-Sandals brigade are playing 'Grandmothers footsteps' with the industry over this whole issue. There seems to be a tireless 'stealth' operation to make...

    Best wishes,
    Phil Factor

  • RE: A Simple Mistake

    As I understand it, Standard SQL converts identifiers to upper case internally unless they are delimited. IBM, Postgres, Sybase and Oracle follow this rule. What this effectively means that as...

    Best wishes,
    Phil Factor

  • RE: A Simple Mistake

    A simple test of the daftness of the idea that case sensitivity in computer languages is a good idea is to read out a C# program that uses case to...

    Best wishes,
    Phil Factor

  • RE: Writing

    A while back, I decided to try writing a blog posting every week. It wasn't for a SQL Server site, but for an unrelated interest. Heaven only knows how Steve...

    Best wishes,
    Phil Factor

  • RE: Writing

    I spend a lot of time writing. I do it because it helps me to understand, and remember, the things I come across. I find that if I'm...

    Best wishes,
    Phil Factor

Viewing 15 posts - 526 through 540 (of 650 total)