Not sure what is happening with this, but here is my question. I have a Sql Server 2008 database that I need for full-text indexing / search, but when I try to tune my indexes in a table, I get the following:
alt text http://docs.google.com/a/delorenzodesign.com/File?id=dgr4q2dh_25sq4dnxd9_b
I tried to run this stored procedure in my database and successfully:
EXEC sp_fulltext_database @action = 'enable'
But I still get the above window, and my full-text searches do not return any results when they should.
What am I missing?
" " . , , , " ". :
( , )...
, FDHOST (MSSQLFDLauncher), , , ...
, . , .: D
, SQL Server SQL Server 2008. . SQL Management Studio, :
use [your_database_name] CREATE FULLTEXT CATALOG ftCatalog AS DEFAULT; GO EXEC [your_database_name].[dbo].[sp_fulltext_database] @action = 'enable' GO
. Management Studio, .
, , Microsoft , , , .
:
http://msdn.microsoft.com/en-us/library/ms142571.aspx
Source: https://habr.com/ru/post/1706605/More articles:Strange Rails Routing: two identifiers are swapped in nested resources - ruby-on-railsWhat does the / DISALLOWLIB message mean in VC ++ linker output? - visual-c ++Storing ascii and binary data with a single tab delimited file - mysqlКак вы получаете VS 2008 Javascript Intellisense, работающий для сложных прототипов? - javascriptUIImagePickerController Crash after 5-7 shots - again - iphoneСчитаете ли вы, что атрибуты С# (или аналогичные механизмы) являются хорошей идеей или вы препятствуете их использованию? - c#Работа с DependencyObjects в тестах модулей Silverlight - unit-testingInsert multiple rows in DB2Command.ExecuteNonQuery - sqlIs there a way to "automatically deploy" ASP.NET applications after restarting IIS? - asp.netproblem with MATLAB imread () - imageAll Articles