Forum Replies Created

Viewing 15 posts - 5,956 through 5,970 (of 9,712 total)

  • RE: Primary Key Violation Frustration

    Found the problem.

    The mapping table has duplicate new product numbers. I didn't see it because there are so many new products, and so few dups. And the dups each have...

  • RE: can we use more than one join for 2 tables

    The problem is, we don't understand what you mean by N+1 JOIN conditions. Real life examples would help us give you the proper code. We're not asking about company data....

  • RE: Are the posted questions getting worse?

    Jack Corbett (5/16/2011)


    Saw Steve's mention of Denver for next year's US SQLRally, I say US because there is SQLRally Nordic in Sweden in November and I believe Australia is in...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (5/16/2011)


    Brandie Tarvin (5/16/2011)


    Stefan Krzywicki (5/16/2011)


    Here's an interesting article on Oracle satisfaction[/url]

    SQL Server's not even mentioned, I guess we have a way to go in being considered suitable for...

  • RE: Return rows affected by an UPDATE in an SP

    GilaMonster (5/16/2011)


    Brandie Tarvin (5/16/2011)


    Ray K (5/16/2011)


    When I tried calling the SP, I got the 'Must declare the scalar variable "@Result".' message.

    Declare @Result int;

    Execute TestProc 'ID','Email', @Result output;

    That's how you call...

  • RE: Today's Random Word!

    Peter Trast (5/16/2011)


    Brandie Tarvin (5/16/2011)


    crookj (5/16/2011)


    Ray K (5/16/2011)


    WOTD: Rainy day and Monday

    "Always get me down...."

    GAH!

    Is that a word?

    No, just a horrible song... some 70's music is best forgotten. Hey, I...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (5/16/2011)


    Here's an interesting article on Oracle satisfaction[/url]

    SQL Server's not even mentioned, I guess we have a way to go in being considered suitable for very large databases. A...

  • RE: Return rows affected by an UPDATE in an SP

    Ray K (5/16/2011)


    Brandie Tarvin (5/16/2011)


    Ray K (5/16/2011)


    Brandie Tarvin (5/16/2011)


    What's going on with the @Plist thing? Why do you have that in the final execute?

    Mainly force of habit -- I copy/pasted...

  • RE: Return rows affected by an UPDATE in an SP

    Ray K (5/16/2011)


    Brandie Tarvin (5/16/2011)


    What's going on with the @Plist thing? Why do you have that in the final execute?

    Mainly force of habit -- I copy/pasted from some other code...

  • RE: Return rows affected by an UPDATE in an SP

    Ray K (5/16/2011)


    When I tried calling the SP, I got the 'Must declare the scalar variable "@Result".' message.

    Declare @Result int;

    Execute TestProc 'ID','Email', @Result output;

    That's how you call an output variable....

  • RE: Return rows affected by an UPDATE in an SP

    You might want to check the difference between your actual code and your posted code.

    I've done that before. Changed my code to post on the forums and, in the...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (5/16/2011)


    We're trying to get the Rally here in Denver, so maybe we'll get some of you to come way out west 😉

    Oh, I would definitely...

  • RE: Today's Random Word!

    crookj (5/16/2011)


    Ray K (5/16/2011)


    WOTD: Rainy day and Monday

    "Always get me down...."

    GAH!

    Is that a word?

  • RE: Know Your SQL Objects

    Ninja's_RGR'us (5/13/2011)


    SanDroid (5/13/2011)


    Ninja's_RGR'us (5/13/2011)


    SanDroid (5/13/2011)


    I believe the author wanted to enforce in us the learning that we have two types of Extents that are owned differantly. He has certainly suceeded...

  • RE: Know Your SQL Objects

    Paul Randal (5/13/2011)


    Steve - I got this wrong because your wording is broken. Extents can NOT be owned by multiple objects. When an extent is a mixed extent, it is...

Viewing 15 posts - 5,956 through 5,970 (of 9,712 total)