Noise and Thesaurus UDF

D

Dooza

Can anyone help me create a function that will accept a string of words,
then remove any that are listed in a noise word table, add any that
match in the thesaurus table, and returned to whatever called it?

Cheers,

Steve
 
O

Old Pedant

Dooza said:
Can anyone help me create a function that will accept a string of words,
then remove any that are listed in a noise word table, add any that
match in the thesaurus table, and returned to whatever called it?

Doesn't sound overly hard. In what language? How big are the tables?

I hope you don't mean SQL. You could do it, but it would be ugly as sin.

OR.... If you are talking about SQL Server, and you are using SQL Server
2005 or later (even Express edition), you might consider writing the code in
C# or VB.NET and using a CLR-based SP.

Ehhh...I guess it wouldn't be *THAT* hard to write in old-fashioned T-SQL,
but it sure wouldn't be fast, I'm guessing.
 
D

Dooza

Old said:
Doesn't sound overly hard. In what language? How big are the tables?

I hope you don't mean SQL. You could do it, but it would be ugly as sin.

OR.... If you are talking about SQL Server, and you are using SQL Server
2005 or later (even Express edition), you might consider writing the code in
C# or VB.NET and using a CLR-based SP.

Ehhh...I guess it wouldn't be *THAT* hard to write in old-fashioned T-SQL,
but it sure wouldn't be fast, I'm guessing.

Ahh you found my post before I cancelled it... it was destined for the
sql group not the asp group, and I have since crafted a t-sql solution
that works nicely for my situation. (am on SQL 2000 by the way)

Thanks anyway :)

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top