Ask a Question related to ASP Database, Design and Development.
-
Bob Barrows [MVP] #1
Re: Searching TEXT column
John Smith wrote:
This should help:> I have a table that contains a column with datatype text. I would like
> to search through every row in the table and find a string of
> characters in the text column and replace it. Unfortunately, the SQL
> Server I am working with does not have full-text indexing installed
> (nor can it be installed). Can anyone show me how to best accomplish
> this?
>
>
> Thank you!
[url]http://www.sqldudes.com/spreplacecharacters.htm[/url]
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest
-
Searching folders for text
Hello, I'm not sure where to post this question, so I hope its OK here. I have a server which stores millions of pdf files for our clients. ... -
searching for single entry in column
Hi Forgive my newbiness. I am starting my first project using an sql database and am trying to decide the best way to solve this. I have a... -
Text searching on 2003
I've just migrated from Win2K to Win2003, and using Explorer, I cannot seem to search for text contained ASP files. I have Indexing Services... -
need help with MySQL full text searching!!!!
Hi I have a table which contains 3 fields (ID, Title, Abstract) the title and abstract fields have been fulltext indexes like this: ALTER TABLE... -
Searching for files containing certain text
After upgrading from Windows NT to Windows XP Professional, I lost the capability to find files containing certain text. My files have a *.dat... -
Aaron [SQL Server MVP] #2
Re: Searching TEXT column
[url]http://www.aspfaq.com/2445[/url]
--
[url]http://www.aspfaq.com/[/url]
(Reverse address to reply.)
"John Smith" <3rtwemte001@sneakemail.com> wrote in message
news:jqc0d01kcheqb26qin7lsc33ocedjf2hki@4ax.com...> I have a table that contains a column with datatype text. I would like
> to search through every row in the table and find a string of
> characters in the text column and replace it. Unfortunately, the SQL
> Server I am working with does not have full-text indexing installed
> (nor can it be installed). Can anyone show me how to best accomplish
> this?
>
>
> Thank you!
>
>
Aaron [SQL Server MVP] Guest



Reply With Quote

