how to replace double quotes by single quotes in sql server
Answer Posted / vimal
Select Replace('""','""',Char(39)+Char(39))
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the report builder?
What is the order by used for?
How to call a function from a stored procedure in SQL Server ?
What happens if date-only values are provided as date and time literals?
What are the advantages of passing name-value pairs as parameters?
What is sql server programming?
What is data set in report?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
What is the difference between deallocate cursor and close cursor?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What are the steps to take to improve performance of a poor performing query? : sql server database administration
What are sql dirty pages?
How can you know if the row fetched from cursor is still valid in underlying table?
What is 3nf normalization?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration