Forum Replies Created

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

  • RE: cursor replace hyperlink function

    Thank you for your reply. Apology for the typo error and here is the updated code:

    ALTER FUNCTION [dbo].[ReplaceTags2](@XML VARCHAR(MAX))

    RETURNS VARCHAR(MAX)

    AS

    BEGIN

    DECLARE @Name VARCHAR(MAX)

    DECLARE CUR...

  • RE: Query to update records - not working

    Dear Luis Cazares,

    Apology for the late response. Thank you so much for your quick response and help. Apology for the lack of DDL, I will keep that...

  • RE: Join SQL Query error

    Dear laurie, Thank you so much for your response and help. I assumed you could join null columns using either right join or full outer join, but I am so...

  • RE: Join SQL Query error

    Dear Eugene Elutin Sir,

    I apologies for misunderstanding your post message and for the inadequate message.

    I would like to display all data from deal_2 (table 1) and price_2 (table_2)...

  • RE: Join SQL Query error

    Dear Laurie,

    Apology for the mistype query, as this is the original query:

    SELECT d.name, d.cusip, d.isin, p.orig_price, p.price, p.cmbs_spread, p.cmbs_price, p.size, p.price_type, d.deal_type, p.date

    FROM dbo.price_2 p

    LEFT OUTER JOIN dbo.deal_2 d

    ON...

  • RE: Join SQL Query error

    Dear laurie, Thank you so much for your response and time. I am not sure what you mean by data not matching.

    I apologies for the inaccurate data types for...

  • RE: Join SQL Query error

    Thank you for response.

    I tired posting the sample data with my original post but I was not sure how to format the data so it can be readable. ...

  • RE: Join SQL Query error

    Thank you so much for your response and suggestion to my query.

    I tired using the "RIGHT JOIN" & "LEFT JOIN" but i get 1139 instances of duplicate rows of...

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