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
How to modify existing triggers using "alter trigger"?
what is the difference between count(*) and count(1) ?
Why should we go for stored procedures? Why not direct queries?
What is triggers in ms sql server?
Differentiate between SQL and ORACLE joins and write their syntax.
What is join query?
Explain what are the database objects? : SQL Server Architecture
What is set nocount on and what is set nocount off?
What is store procedure? When do you use?
What is mean by candidate key?
How do you send email on SQL Server?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
Explain error and transaction handling in sql server?
What is updatable resultset?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?