
Signature
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/
> Sorry, I accidentally pressed Send before finishing my question.
>
[quoted text clipped - 30 lines]
> > In Enterprise Manager if I right-click on a table, the entry "Full-Text
> > Index Table" is disabled.
Thank you very much for your post. Yes, I have the developer's edition - I
have re-installed everything and now I can see Microsoft Search in the list
of services. Also, "Full text indexing" is now available. It works !
Something a bit strange, though: my standalone computer is named "RADU". The
SQL Server's name is RADU. I connect in ASP.NET with a string like
"server=radu;database=northwind; integrated security=sspi;"
Now, however, my Service Manager shows "two servers": "Radu" and
"Radu\Radu". Hmmmmm...... But in Enterprise Manager I see only one server
group, named "(local)(Windows NT)".
I must confess to you that although I'm a pretty good programmer, I'm
definitely not a good dba (LOL) especially on issues regarding NT and SQL
security and sometimes setup, as in this instance. Have I done something bad
reinstalling SQL altogether on top on my previous installation ? I took care
to specify the same server name, RADU, and yes, my previous dbs are still
there, in great shape. The only thing which worries me a bit is that I see,
as I mentioned above, "two" servers in Service Manager. Is this a problem,
or is it only a bug in the installation procedure ?
Anyway, thanks a lot for your advice - the misunderstanding came from the
fact that when starting to learn about "full-text query" I confused it with
another install option, "English Query" (I thought thay maybe my book is now
outdated and MS changed the name of this feature from "Full-Text" to
"English Query"). So I installed "English Query" and I started to struggle
to see "Full text indexing" becoming enabled.
Thanks again,
Alex.
> Alex,
> Not to worry as I too did this today <g>.
[quoted text clipped - 71 lines]
>> > In Enterprise Manager if I right-click on a table, the entry "Full-Text
>> > Index Table" is disabled.
Hilary Cotter - 26 Jan 2005 14:37 GMT
English Query is a completely separate product from SQL FTS. While English
Query can issue Full Text Queries, they are different products.
Radu\Radu means you have created another SQL Server running on your machine
with an instance name of Radu.

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
> Thank you very much for your post. Yes, I have the developer's edition - I
> have re-installed everything and now I can see Microsoft Search in the list
[quoted text clipped - 102 lines]
> >> > In Enterprise Manager if I right-click on a table, the entry "Full-Text
> >> > Index Table" is disabled.
John Kane - 27 Jan 2005 02:58 GMT
You are most welcomed, Alex,
The SQL Server with the name "Radu\Radu" is called a "named instance" of SQL
Server where the second "Radu" is the instance's name. You may need to
register it in your Enterprise Manager in order to see it in that tool. Not
to worry, check-out my "SQL Full Text Search Blog" from time-to-time as I
intend to expand upon the existing SQL Server 2000 Full Text Search (FTS)
and SQL Server 2005 FTS content in the coming months.
Hope that helps!
John

Signature
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/
> Thank you very much for your post. Yes, I have the developer's edition - I
> have re-installed everything and now I can see Microsoft Search in the list
[quoted text clipped - 102 lines]
> >> > In Enterprise Manager if I right-click on a table, the entry "Full-Text
> >> > Index Table" is disabled.