472,143 Members | 1,101 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

MS SQL search

ash
I want to search the content of some database tables,
do asp has some function or tool do this?
thx
Aug 30 '06 #1
5 2404
Can you be more specific? If you want content from a database, you query
it.

Ray at work

"ash" <as*@gmail.comwrote in message
news:uF**************@TK2MSFTNGP02.phx.gbl...
>I want to search the content of some database tables,
do asp has some function or tool do this?
thx


Aug 30 '06 #2
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

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial¦b¶l¥ó
news:eQ**************@TK2MSFTNGP02.phx.gbl ¤¤¼¶¼g...
Can you be more specific? If you want content from a database, you query
it.

Ray at work

"ash" <as*@gmail.comwrote in message
news:uF**************@TK2MSFTNGP02.phx.gbl...
I want to search the content of some database tables,
do asp has some function or tool do this?
thx


Aug 31 '06 #3
No. you need to look into Full-text indexing, which is built into SQL
Server.

ash wrote:
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

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial¦b¶l¥ó
news:eQ**************@TK2MSFTNGP02.phx.gbl ¤¤¼¶¼g...
>Can you be more specific? If you want content from a database, you
query it.

Ray at work

"ash" <as*@gmail.comwrote in message
news:uF**************@TK2MSFTNGP02.phx.gbl...
>>I want to search the content of some database tables,
do asp has some function or tool do this?
thx
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Aug 31 '06 #4
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
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom¦b¶l¥ó
news:uq**************@TK2MSFTNGP03.phx.gbl ¤¤¼¶¼g...
No. you need to look into Full-text indexing, which is built into SQL
Server.

ash wrote:
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

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial¦b¶l¥ó
news:eQ**************@TK2MSFTNGP02.phx.gbl ¤¤¼¶¼g...
Can you be more specific? If you want content from a database, you
query it.

Ray at work

"ash" <as*@gmail.comwrote in message
news:uF**************@TK2MSFTNGP02.phx.gbl...
I want to search the content of some database tables,
do asp has some function or tool do this?
thx

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


Sep 1 '06 #5

ash wrote:
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

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Sep 1 '06 #6

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by R. Rajesh Jeba Anbiah | last post: by
5 posts views Thread by George | last post: by
22 posts views Thread by Phlip | last post: by
28 posts views Thread by joshc | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.