Microsoft
Software
Hardware
Network
Question : SQL Query
Can anyone suggest why the following query is giving error.
select cast((replace(replace(repl
ace(left(a
ddress,70)
,CHAR(10),
' '),char(13),' ')),'"','') as varchar(70))
as address
from contact
In addition to this from where can i get the list of ascii characters.
Answer : SQL Query
paranthesis mismatch
select cast(replace(replace(repla
ce(left(ad
dress,70),
CHAR(10),'
'),char(13),' '),'"','') as varchar(70))
as address
from contact
Random Solutions
Storing a web page's data stream in a string
SBS 2003 Error - Windows could not start because of an error in the software. Please report this problem as : load needed DLLs for kernel.
MS Access onto a websever
What is the difference between "SET ROWCOUNT" and "TOP" clause in SQL ?
Detecting Drag of a CListCtrl Header Column Divider
Is there a cmd to see active sessions in SQL 2005?
T-SQL script to force users out of a database
Correct syntax for SQL between-like query
How do I set up Exchange 2007 Activesync to work with PDAs that can sync to Exchange Server
I need to increase the size of an SBS 2003 system partition