|
Home > Archive > microsoft.public.sqlserver.server > November 2002 > Using SQL2000 as a document search engine
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Using SQL2000 as a document search engine
|
|
| Jane S 2002-11-09, 8:23 am |
| Hi,
Someone once told me that you could use SQL2000 to read ind index a bunch of
word documents, then use it as a free text search engine, is this true ?
If so what do I need ?
Jane S
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
| |
| Ricky Artigas 2002-11-09, 10:23 am |
| If you are going to store those word docs on a database, you can set up the
full text catalogs on your sql server database.
"Jane S" <JSrrr@hotmail.com> wrote in message
news:3dcd1037$1_2@corp.newsgroups.com...
> Hi,
>
> Someone once told me that you could use SQL2000 to read ind index a bunch
of
> word documents, then use it as a free text search engine, is this true ?
>
> If so what do I need ?
>
> Jane S
>
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
| |
| Jane S 2002-11-09, 12:23 pm |
| Thanks Ricky, I dont quite understand though. I dont really want to store
the documents in the database (wouldnt know how to anyway) - and how do I
set up full text catalogs ?
JaneS
"Ricky Artigas" <ricky_artigas@yahoo.com> wrote in message
news:uiPMbsAiCHA.1864@tkmsftngp11...
> If you are going to store those word docs on a database, you can set up
the
> full text catalogs on your sql server database.
>
> "Jane S" <JSrrr@hotmail.com> wrote in message
> news:3dcd1037$1_2@corp.newsgroups.com...
> > Hi,
> >
> > Someone once told me that you could use SQL2000 to read ind index a
bunch
> of
> > word documents, then use it as a free text search engine, is this true ?
> >
> > If so what do I need ?
> >
> > Jane S
> >
> >
> >
> >
> > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> > http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> > -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
>
>
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
| |
| Hal Berenson 2002-11-09, 6:23 pm |
| If you don't want to store the documents in the database, then SQL Server
isn't going to help you. Full Text Catalogs (which you can lookup in SQL
Server's Books Online) are the mechanism SQL Server provides for indexing
documents stored in SQL Server. And it sure isn't free...you have to buy
SQL Server.
--
Hal Berenson
True Mountain Consulting
"Jane S" <JSrrr@hotmail.com> wrote in message
news:3dcd4c24$1_2@corp.newsgroups.com...
> Thanks Ricky, I dont quite understand though. I dont really want to store
> the documents in the database (wouldnt know how to anyway) - and how do I
> set up full text catalogs ?
>
> JaneS
>
> "Ricky Artigas" <ricky_artigas@yahoo.com> wrote in message
> news:uiPMbsAiCHA.1864@tkmsftngp11...
> > If you are going to store those word docs on a database, you can set up
> the
> > full text catalogs on your sql server database.
> >
> > "Jane S" <JSrrr@hotmail.com> wrote in message
> > news:3dcd1037$1_2@corp.newsgroups.com...
> > > Hi,
> > >
> > > Someone once told me that you could use SQL2000 to read ind index a
> bunch
> > of
> > > word documents, then use it as a free text search engine, is this true
? [colo
r=darkred]
> > >
> > > If so what do I need ?
> > >
> > > Jane S
> > >
> > >
> > >
> > >
> > > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> > > http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> > > -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
> >
> >
>
>
>
>
> -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
> http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
> -----== Over 80,000 Newsgroups - 16 Different Servers! =-----[/color]
|
|
|
|
|