• Sean Lange (9/23/2013)


    kapil_kk (9/23/2013)


    Instead of this:

    SET @SqlQueryFirstName = '@SqlQuery ' + 'firstname = @firstname'

    Write this:

    SET @SqlQueryFirstName = @sqlquery + 'firstname ='+ @firstname

    Instead of this, read the article that Jeff suggested. The approach of executing parameters is VERY VERY VERY bad idea.

    Hi Sean 🙂

    Looks very interesting to me....can you give a link to me regarding "The approach of executing parameters is VERY VERY VERY bad idea"..??..

    Thanks my friend 🙂 Cheers!!!