Forum Replies Created

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

  • RE: Special Characters in SQL Servers

    The problem is that when I execute the following script in SQL Query Analyser

     

    set @NewLetterText = replace(@NewLetterText,'<SPAN id=§' + cast(@mLetterFieldID as varchar) + '§ hideFocus contentEditable=false unselectable=''ON'' ATOMICSELECTION=''true''>','')

     

    It replace...

  • RE: Using sp_executesql in Scalar UDF

    I am using this line of code in UDF , is there any alternative method to replace  sp_executesql , instead of cursors and temporary Tables

     

    SET

    @sql...

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