Forum Replies Created

Viewing 15 posts - 21,421 through 21,435 (of 26,484 total)

  • RE: The T-SQL Paradigm

    Entertain new ideas? How quaint. I have been doing that for years, it's one of the reasons I am where I am today. You don't know me,...

  • RE: The T-SQL Paradigm

    Paul White (4/19/2009)


    RBarryYoung (4/19/2009)


    Which one's Snarky?

    If it helps at all (calm things down a bit) - I'm quite happy with the label 😉

    Everyone have a good day. It's wet...

  • RE: The T-SQL Paradigm

    Okay, you don't grasp what I think is unprofessional regarding your posts. This is just one example of what I consider totally unprofessional:

    I'm trying to grab you by the...

  • RE: The T-SQL Paradigm

    Steve,

    Do you even know the concept of professionalism? I'm sorry, but I have read enough of your hyperbole and attacks. If you want to start influencing people get...

  • RE: interview questions

    Starting with the following:

    It's 3pm on a Friday, your production OLTP environment is down, every hour down costs the company one million dollars. People are phoning constantly, folks are rushing...

  • RE: Create Partition problem in VS2005 Team Edition for DB Professionals

    Rob (4/17/2009)


    I can't seem to find the problem. The project won't compile and shows the following error:

    "TSD4001: The associated partition function 'my_partition_function' generates more partitions than there are file...

  • RE: interview questions

    Alvin Ramard (4/18/2009)


    Florian Reischl (4/18/2009)


    But why only others than the gurus? Gail is already introduced in the discussion and I'm really glad about this! I think many other people (including...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/18/2009)


    Anyone willing to review a short article? "How to post performance problems"

    I should be finished with it tomorrow.

    I'd be willing to look it over.

  • RE: Are the posted questions getting worse?

    Jeff Moden (4/18/2009)


    Steve Jones - Editor (4/18/2009)


    It's not advertising as I'd normally see it. It's a mention that his product, which shall not be mentioned, and which apparently isn't in...

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (4/18/2009)


    I'm sure he'll be back.

    And I figured you'd answer, being snowed in like me.:-D

    Actually, we don't have much snow down here in the Widefield/Security/Fountain area. ...

  • RE: Concatenation Problem

    No cursor needed, here is a set based way to accomplish your task.

    select

    COL1,

    SUBSTRING(COL2,1,10) as COL2,

    COL1 + SUBSTRING(COL2,1,10) as...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (4/18/2009)


    I'm watching one of the Star Wars movie on TV and the story is not the same as it used to be. The short, greenish, master Jedi...

  • RE: Fairly simple subtraction issue

    Here is another way to do it:

    Create Table #Bar (

    EmployeeID int

    , EName varchar(50)

    , VisitedState varchar(60)

    )

    Insert into #Bar(EmployeeID, EName,...

  • RE: display records between two days week by week

    May I ask why you need to do this in the stored procedure? This is something that really should be done by the front end application or report, not...

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (4/18/2009)


    He'll go away if you let the thread die. He periodically comes through, posts for a few weeks, and then disappears.

    Stop quoting him as well. The...

Viewing 15 posts - 21,421 through 21,435 (of 26,484 total)