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
Access - Set warnings (Why is it automatically off)
Export User Profile path and Login script path from AD2003
SQL query to get database log file size
Better way than separating data tables?
Proxy blocking sites on IE7 (intermittantly) but not IE6...
right click on item ----> "Send to" ---> "New Folder" (placed within that folder)
Cannot access Linked Server from a workstation
Text Box in list does not span multiple pages!!
Outlook 2007 client prompts for password in exchange 2007 environment
Find Duplicate values