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
Cannot open <a rel="nofollow" href="http://support.microsoft.com" target="_blank">http://support.microsoft.c<wbr />om</a>
synchtableconfigmanager threw an exception while trying to add a datasource
Type mismatch error when setting row height or column width
Convert datetime to character string
Get Terminal Server Client Name via T-SQL
migrating SQL databases to another server and get some weird error messages
MS Access VBA SQL query with varables - is it possible?
Deploying printers with GP in a mixed enviroment
Win7 unable to remotely manage Win2k8 Full Server
Record is too large. '80004005' ?