Searching "where ObjId=? and LastCngDTime=? " and need to replace that with "where ObjId=? and LastCngDTime=cast(? as datetime) " in all the files of directory. But notepad++ is showing no result found. But the text is in the file.
-
Searching "where ObjId=? and LastCngDTime=? " and need to replace that with "where ObjId=? and LastCngDTime=cast(? as datetime) " in all the files of directory. But notepad++ is showing no result found. But the text is in the file.
-
@Sandipan-Ghorai said:
"where ObjId=? and LastCngDTime=? "
Can you provide some examples of the data and also the search patterns used. As these posts are interpreted and can be altered please read our FAQ section especially the one titled request for help without sufficient information.
When performing the search are you selecting search mode “regular expression” or “normal mode”. This is important as you appear to be using characters which have a special meaning.Terry