Forum Replies Created

Viewing 15 posts - 7,051 through 7,065 (of 15,381 total)

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (8/22/2013)


    Jan Van der Eecken (8/22/2013)


    Koen Verbeeck (8/22/2013)


    Sean Lange (8/22/2013)


    I didn't mean you were low hanging fruit. In fact, I don't think I have ever grabbed you. 😛

    It's been...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (8/22/2013)


    Sean Lange (8/22/2013)


    I didn't mean you were low hanging fruit. In fact, I don't think I have ever grabbed you. 😛

    It's been a while since I actually laughed...

  • RE: Help with T-SQL Coding Issue, data on different rows

    Hi and welcome to SSC. It is unfortunate that you store multiple pieces of information in a single column. This violates first normal form. At any rate we can certainly...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (8/22/2013)


    Sean Lange (8/22/2013)


    Koen Verbeeck (8/22/2013)


    Jack Corbett (8/22/2013)


    Man, I better get back to answering questions, I'm #11 all-time in points now and Koen is bearing down on...

  • RE: Shorten query by using Top predicate

    pdanes (8/22/2013)


    Sean Lange (8/22/2013)


    Are you always this snarky to people who are honestly trying to help? I tried to explain how TOP works. Maybe TOP is not the most efficient...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (8/22/2013)


    Jack Corbett (8/22/2013)


    Man, I better get back to answering questions, I'm #11 all-time in points now and Koen is bearing down on me:w00t:

    Aw fudge. I was...

  • RE: Deteremine who deleted a view

    This page explains the default trace. If this is something you want or need in the future you probably should look into extended events.

    http://technet.microsoft.com/en-us/library/ms175513.aspx

  • RE: Deteremine who deleted a view

    elee1969 (8/22/2013)


    Hello all,

    Is there a way to determine who deleted a view?

    Thanks

    If not too much time has elapsed you might still find it in the default trace.

    In SSMS right...

  • RE: Shorten query by using Top predicate

    pdanes (8/22/2013)


    Sean Lange (8/22/2013)


    No that is how it works. If you use the TOP predicate you generally should also use an order by clause. Without the order by there is...

  • RE: Shorten query by using Top predicate

    No that is how it works. If you use the TOP predicate you generally should also use an order by clause. Without the order by there is no way of...

  • RE: Left join with duplicate records

    daniel.carreira (8/22/2013)


    Hi all,

    I am doing a left join betwen two tables, the issue is that the result of this join is bringing more rows that he left table has, from...

  • RE: Search Value

    SQL Search is free and it is from our sponsors RedGate. 😛

    It is an invaluable tool that belongs in everyones tool box.

  • RE: Performance issue

    PRR.DB (8/22/2013)


    Thanks for your reply .

    As per above code(as per functional wise) not possible to insert at single time . It is looping 1.2 millions time and joining...

  • RE: Does anyone else...

    erikd (8/22/2013)


    Sean Lange wins the Twisting the Knife Before 10am award! Congratulations! 😛

    Not my intention at all. Using sql to help you build sql is good idea and something that...

  • RE: Performance issue

    The reason you have such horrible performance is because you are using a cursor for inserts. This should be done in a single statement instead of 35 million individual inserts....

Viewing 15 posts - 7,051 through 7,065 (of 15,381 total)