Forum Replies Created

Viewing 15 posts - 22,531 through 22,545 (of 26,490 total)

  • RE: Backslash-n

    jgangemi (2/10/2009)


    I encountered a similiar problem one rainy july evening while I was mercilessy beating my pet dog Jenkins. I found the best result was to physically threaten my neighbors...

  • RE: T-SQL

    And if you don't need those constraints and indexes for the temporary work, why go through the process of creating them when the SELECT INTO works just fine.

  • RE: T-SQL

    Question stated "Now I need a copy of this table with an identity column for some temporary work." This is the phrase that pointed me to select "Use an...

  • RE: T-SQL

    I find if you don't read too much into these questions that they are usually fairly easy to answer. Unfortunately it seems people add a lot of contraints and...

  • RE: SQL or Oracle

    Each has its place, neither is actually better than the other for most applications. You get into the niche areas, that no longer becomes the true. There may...

  • RE: Order by

    Sergiy (2/9/2009)


    2 smiles per post, considering it's MY post - is to seriously???

    :w00t:

    Man...

    :hehe:

    Alright, seeing you laugh makes it all worthwhile! :w00t:

  • RE: Order by

    Sergiy (2/9/2009)


    Lynn Pettis (2/9/2009)


    Sergiy (2/9/2009)


    So, what was wrong with my solution?

    Actually, Sergiy, I have no idea.

    Actually, the question was not for you.

    🙂

    You may realize that if you look at...

  • RE: Order by

    Sergiy (2/9/2009)


    So, what was wrong with my solution?

    Actually, Sergiy, I have no idea. Since Adi posted what appears to be a working solution, I have tried yours nor worked...

  • RE: UPDATING A TABLE ROW BASED ON VALUES IN OTHER ROWS

    The problem we are having is trying to decode your logic. It would help if you could clarify the logic more like the following:

    (This is not SQL code, but...

  • RE: Order by

    Looking back through the posts, it appears tha Adi has already provided a working solution, so I won't look into this further at this time.

  • RE: Order by

    Judy (2/9/2009)


    arun.sas (2/9/2009)


    Tray this

    simple

    Create table #t(rating int,bookid int)

    insert into #t

    select 97, 201

    union all

    select 96,100

    union all

    select 95,300

    union all

    select 50,100

    union all

    select 10,201

    union all

    select 30,300

    select a.rating,b.bookid from #t a, #t b

    where...

  • RE: Forum Etiquette: How to post data/code on a forum to get the best help

    Olga B (2/9/2009)


    Great article. The best thing about the suggested approach is that if the poster takes the time to define the problem and consider the test data and the...

  • RE: Cursor Issues

    Eat (2/9/2009)


    We are running into a similar issue.

    When attempting to login through a Windows Group, I receive the "Cannot open user default database. Login failed." message. Default...

  • RE: using datetime variable - performance hit?

    It would help if you upload the actual execution plan.

  • RE: Are the posted questions getting worse?

    At least I don't have to rely on SQL Server for those, my wife is a Massage Therapist.

Viewing 15 posts - 22,531 through 22,545 (of 26,490 total)