Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 1,957 total)

  • RE: Two Variable Combination Permutation Calculation

    Do you mean that out of the 16 qry_id values in the table, you just want rows that match two of those qry_id values.

    e.g. For table DEV_QRY_QC_HCC_131 containing these rows,...

  • RE: why the avatar picture you use

    Mine is a picture of me at work.

  • RE: TSQL Help

    Marvin,

    Can you please post expected results from that sample data - to clear up a few things that are bugging me?

  • RE: Check and validate every value of a subquery

    Jeff Moden (2/15/2011)


    Heh... it's all "in the wrist". 😛

    I wouldn't mind if the rejection of that idea hadn't meant I spent time looking for other ways...:crazy:

  • RE: Compare two table

    after comparing/matching tblOrders.Amount=tblInventory.Amount, my goal is:

    1. Update tblInventory set Inventory_Number=Orders_Number where isnull(Inventory_Number,0)='0'

    2. Update tblOrders set Orders_Number=Inventory_Number where

    isnull(Inventory_Number,0)<>'0'

    I was very confused, there was a lot of record that have same amount...

  • RE: OPENXML issue

    Rich Yarger (2/15/2011)


    Blaaaaaaaaaaaaaaaaaaaaaaaaaaah. . .Columns - not data. 🙁

    You have to be careful about case sensitivity - ROOT changed to Root

    SELECT

    tn.value('@ID', 'int') ...

  • RE: OPENXML issue

    LutzM (2/15/2011)


    Let's see if I can beat MM this time (by still being correct...):

    You did - I am watching a film 😀

  • RE: OPENXML issue

    hey no problem Lutz ... it happens

  • RE: OPENXML issue

    It will process the whole xml file.

    To use it in an insert , it behaves just like any select statement.

    Please try this version instead (went back to the cross apply...

  • RE: OPENXML issue

    mister.magoo (2/15/2011)


    Hi,

    Based on your latest post, this should give you an idea of how to extract the data...

    If you have any questions about what this is doing, just ask.

    SELECT

    ...

  • RE: OPENXML issue

    Hi,

    Based on your latest post, this should give you an idea of how to extract the data...

    If you have any questions about what this is doing, just ask.

    SELECT

    trans.value('@ID',...

  • RE: Trouble with DML Trigger

    Hi Rich,

    The problem is the following data - which causes the duplicates in Command.

    AlertIDTreaterIDDTRaised Description ...

  • RE: Severity 20 Error - Connection Pooling

    Hi Brandie,

    Was there a state code with that error ?

  • RE: OPENXML issue

    Thanks Lutz 🙂

  • RE: OPENXML issue

    I was asking because you had coded it just for Savings, but I needed to know if it should be processing all accounts ...

    I might not be able to...

Viewing 15 posts - 1,471 through 1,485 (of 1,957 total)