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 does sql server mean?
How to create median function?
Write down the syntax and an example for create, rename and delete index?
what are database files and filegroups? : Sql server database administration
What is the default server name for sql server?
Can truncate be rolled back?
How to call a function from a stored procedure in SQL Server ?
What is the xml datatype?
How to recreate an existing index in ms sql server?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
what is a mixed extent? : Sql server administration
What does select 1 mean?
Explain transaction isolation levels in sql server?
What is scheduled job and how to create it?
When would you use the stored procedures or functions?