Forum Replies Created

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

  • RE: Ambiguous Column name ??

    Neither suggestion works. The interesting (frustrating) thing about this is the fact that it fails only when included within a stored procedure. Running the two statements directly from...

  • RE: Ambiguous Column name ??

    I tried that option earlier; it yields the error "Incorrect syntax near the keyword 'as'.

  • RE: Ambiguous Column name ??

    I'm seeing the same error message for the following code:

    CREATE TABLE #CDHToDelete

    (

    CDH_RecordID UNIQUEIDENTIFIER

    )

    INSERT #CDHToDelete

    SELECT CDH.CDH_RecordID

    FROM (IERP72..CommissionDefinitionHeader CDH

    INNER JOIN IERP72..CommissionDefinitionDetail CDD

    ON...

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