Re: C# is ignored on 2000 Server in mssearch

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: John Kane (jt-kane_at_comcast.net)
Date: 07/15/04


Date: Thu, 15 Jul 2004 06:31:08 -0700

brijesh,
What is your environment? SQL Server version, language as well as OS
Platform? Could post the output of the following sql script on the server
where you hare having your problem? Also, could you post your query and the
expected results?

use <your_database_name_here>
go
SELECT @@language
SELECT @@version
sp_configure 'default full-text language'
EXEC sp_help_fulltext_catalogs
EXEC sp_help_fulltext_tables
EXEC sp_help_fulltext_columns
EXEC sp_help <your_FT-enable_table_name_here>
go

Regards,
John

"brijesh Tekrawala" <brijesh@jzero.com> wrote in message
news:efMd2zmaEHA.4052@TK2MSFTNGP10.phx.gbl...
> i have similar problem and it is giving wrong results
>
> can anyone help?
>
>
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Relevant Pages

  • Re: unmatched result
    ... You're welcome, James, ... SQL Server 2000 - 8.00.760 ... default full-text language: 1033 ... > EXEC sp_configure 'default full-text language' ...
    (microsoft.public.sqlserver.fulltext)
  • Re: General .Net Question
    ... I contend very difficult to just jump in and learn, and the SQL Server ... development using Java. ... A/E/C Consulting, Web Design, e-Commerce Software Development ... >> Language Specification). ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: FTS for particular language
    ... John, ... installed SQL Server with Arabic or Latin collation. ... While your default FT Language ... >> regardless of Arabics). ...
    (microsoft.public.sqlserver.fulltext)
  • Re: "CONTAINS" ignores "fahrenheit"?
    ... full output of the following SQL script: ... sp_configure 'default full-text language' ... EXEC sp_help_fulltext_catalogs ... EXEC sp_help tblArticle ...
    (microsoft.public.sqlserver.fulltext)
  • Re: Why cant recursive queries contain...?
    ... Triggers would be events, stored procs would be functions, views would be linq statements, tables would be collections etc. Imagine writing your application in C# and stepping through code and straight into a C# stored proc ... You can definitely use C# as a front end for a database; in fact, people do exactly this every day when they write .NET Windows and Web client applications. ... C# would probably make a better native language for an object-oriented database as opposed to a database derived from the relational model though. ... "Expert SQL Server 2008 Encryption" ...
    (microsoft.public.sqlserver.programming)