MS SQL search

A

ash

I want to search the content of some database tables,
do asp has some function or tool do this?
thx
 
R

Ray Costanzo [MVP]

Can you be more specific? If you want content from a database, you query
it.

Ray at work
 
A

ash

is there any function in asp read through all the tables in the db and
search the all content that matched, then display to the link relevant asp.

thx
 
B

Bob Barrows [MVP]

No. you need to look into Full-text indexing, which is built into SQL
Server.
 
A

ash

Is Full-text indexing is for searching the for all tables in the db with
matching word in the content? where can i find it in SQL Server?
Thx

Best Regards, Stephy Ku Innovation Square 2756 6618
 
B

Bob Barrows [MVP]

ash said:
Is Full-text indexing is for searching the for all tables in the db
with matching word in the content?

Ummmm ... that's why I suggested it ....
where can i find it in SQL Server?
Thx

I've never used it myself so all I can tell you is to look it up in BOL
(Books Online).
You will have better luck looking for support in a sqlserver group. I think
they have one devoted to full-text indexing issues ... yes, it's called
microsoft.public.sqlserver.fulltext
 

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

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top