Bobby wrote on Wed, 25 Jan 2006 11:19:30 +0100:
> Getting the following error in SQL 2005 :
>
[quoted text clipped - 17 lines]
> If it's not possible then let me know because then I can't use fulltext in
> 2005 either.
http://support.microsoft.com/kb/908441/en-us
As of the Sept CTP version of SQL Server 2005 the Danish word breaker is not
installed, along with some other languages, as these are 3rd party supplied
and not from Microsoft. The above link has information on how to add the
missing languages to the CTP, which I guess should work on the final release
too. However, the actual entries needed to add to the registry are missing
for the Danish breaker, so you might need to contact MS to get them to
update this article. There is a danlr.dll in the Binn dir in SQL Server 2005
(at least on my server there is), so it looks like the file ships with SQL
Server 2005, it just doesn't get enabled.
Dan
Bobby Henningsen - 25 Jan 2006 12:50 GMT
Hi Dan,
thanx a bunch. It works fine. Well had to restart the machine (hmm maby
reatrting the services would do but my VPC kind of "died"). But following
the article worked just fine. So now I'm much much happier :) So we can
conclude that it works in RTM. The dll's are there.
Regards :)
Bobby Henningsen
> Bobby wrote on Wed, 25 Jan 2006 11:19:30 +0100:
>
[quoted text clipped - 36 lines]
>
> Dan