DATA HAVING " ' " SINGLE QUOTE

i want to insert data into sql express but in some fields data having single quotes … is there any way to insert data with single quotes without using replace or remove like we use in orcale /q for escape special character.

Hi @ankit.jain2
You can try something like “‘SAMPLE’” for example

i try to replace single quote with 3 quotes but its no working

@ankit.jain2 try this
“'”+text+“'”

Hi

Did we check with this thread with similar scenario

Cheers @ankit.jain2