Forum Replies Created

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

  • RE: Extract Value from XML Column

    Thanks for your Reply.

    I have modified the SQL query and the below SQL query done what i need exactly.

    DECLARE @MyCursor CURSOR

    DECLARE @txtValue varchar(MAX)

    BEGIN

    SET @MyCursor = CURSOR...

  • RE: Extract Value from XML Column

    Still I am getting the same error as below

    Msg 512, Level 16, State 1, Line 6

    Subquery returned more than 1 value. This is not permitted when the subquery follows =,...

  • RE: Extract Value from XML Column

    Thanks for your reply.

    The above solution will extract Cancellation date from Static XML. But I need to retrieve Cancellation date from Table which contains more than one row.So I have...

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