Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tuka
Starting Member
26 Posts |
Posted - 2007-04-08 : 14:19:57
|
Hi,I am putting this question here but I am not limiting it to sql server 2005 express edition. I am developing an app on a local machine (winxp with sql server 2000 personal edition) however I came to find out that full-text does not work in this setup unless I use a server type machine. This fouls up my development somewhat and I would like to know if there is a) a work around for my sql server 200 setup b) does full-text serach work in sql server 2005 express edition which I have installed on my PC ?Thanks for any input on this issue.Tuka |
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2007-04-08 : 14:36:00
|
this page says fulltext works with express:http://msdn.microsoft.com/vstudio/express/sql/learning/default.aspx#13it may be that the fulltext service does not exists on win2000 personal. www.elsasoft.org |
|
|
tuka
Starting Member
26 Posts |
Posted - 2007-04-10 : 15:35:18
|
Thanks for the link,I will be looking into it,Cheers,Tuka |
|
|
|
|
|