Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Most efficient way to count subset of rows in a table?

    Hi all,

    Noeld, you approach aren’t correct. If you have one item with same number of components, and only one is equals it counts it. One example: if you change ITEM_ID...

  • RE: Most efficient way to count subset of rows in a table?

    Not really...

    An example (for simplicity I ignore the TYPE column): the item with ID 7 (in ITEM_COMP table) should be composed by component AAA and BBB. In my products table,...

  • RE: Most efficient way to count subset of rows in a table?

    Ok! My example isn't very happy!!

     

    Changing the tables:

    PROD_ID    COMPONENT   TYPE

    --------- ----------- -----

    1         AAA         X

    1         BBB         Y

    2         AAA         X

    3         BBB         Y

    4         AAA         Y

    5         AAA         X

    5         BBB         Y

    6         AAA         X

    6         BBB         Y

    7         AAA         X

    September 14, 2005 at 7:50 am

    #589713

  • RE: Calling SP from ASP versus Query Analyzer

    Hi,

    I’ve exactly the same problem calling an SP from ADO.NET differs from calling it from QA… When I shutdown the...

Viewing 4 posts - 1 through 4 (of 4 total)