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
Move Mailbox from Exchange 2007 SP2 to Exchange 2010
which is worse - missing index or unused indexes
Can anyone help with some SQL syntax.
before update trigger to prevent a field edit
Add the name of the Access database in a new column
IIF query using Like *
SUser_Name function in sql server
Remote ms access back end
Custom indexing on sub folders
wiaManager = new WiaClass(); // create COM instance of WIA manager