Microsoft
Software
Hardware
Network
Question : Replace part of ntext field SQL
I used that code:
UPDATE CMRC_Products set Desc = replace(Cast(LongDesc AS NVARCHAR(Max)), '+ System.Configuration.Confi
gurationMa
nager.AppS
ettings["D
omain"]+',
'@mysite.com')
Its says row affected, but its not true... noting was changed!
So I want to change the part of the email address (@mysite.com) in the file to + System.Configuration.Confi
gurationMa
nager.AppS
ettings["D
omain"]+'
Any help?
Answer : Replace part of ntext field SQL
your replace structure in in the reverse order
UPDATE CMRC_Products set Desc = replace(Cast(LongDesc AS NVARCHAR(Max)), '@mysite.com','+ System.Configuration.Confi
gurationMa
nager.AppS
ettings["D
omain"]+')
Random Solutions
Java.lang.Error: java.lang.reflect.Invocati<wbr />onTargetEx<wbr />ception
Driver for Maxtor One Touch III
The expression you entered contains invalid syntax.
Command Line for Microsoft Software Inventory Analyzer
type mismatch with this statement
prevent user to save worksheet
How to make a PC a thin client?
Should I use SqlDataSource or SqlConnection (which is better)
"Get External Data" disabled in Acess by Company...workarounds?
Event ID 5706, The system can not find SYSVOL, SCRIPTS in path specified.