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
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
How does normalization work?
What is sql server query analyzer?
What are the difference between “where” and “having” clause in sql server?
How to attach adventureworkslt physical files to the server?
What are tables in sql server?
Which language rdl files made of?
Explain user defined functions?
What is sub-query in sql server?
Can sql server be linked with other servers like oracle?
Can group functions be used in the order by clause in ms sql server?
What is the use of stored procedure?
What happens if null values are involved in boolean operations?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
Difference between Sql server reporting services and Crystal reports?