Differences in fulltext catalog not detected
R. Schreurs
Posts: 17
I compared two databases in which I expected some differences between two full text catalogs.
In the comparison result, the fulltext catalog was reported under identical objects.
However, when I looked at the details, the scripts were different:
The right-hand side had
The left-hand side had the following additional lines
I would have expected SQL Compare to detect this difference.
I am running version 8.1.0.360, which is reported as the latest version.
In the comparison result, the fulltext catalog was reported under identical objects.
However, when I looked at the details, the scripts were different:
The right-hand side had
-- Full Text Catalog CREATE FULLTEXT CATALOG [Zoek vraag & antwoord] ON FILEGROUP [PRIMARY] --IN PATH 'd:\mssql\data' WITH ACCENT_SENSITIVITY = OFF AUTHORIZATION [dbo] GO
The left-hand side had the following additional lines
-- Full Text Catalog Tables CREATE FULLTEXT INDEX ON [dbo].[Followup] KEY INDEX [PK_Fllowup] ON [Zoek vraag & antwoord] GO(and a supposedly irrelevant different "IN PATH" comment.)
I would have expected SQL Compare to detect this difference.
I am running version 8.1.0.360, which is reported as the latest version.
Comments
SQL Compare should detect this difference with the default options.
Can you check that you don't have 'ignore' > 'Full-text indexing' selected?
The option Fill-text indexing is not checked in the section Ignore.
For your information, I have included a copy of the project file below. All data that seemed sensitive have been replaced with !ERASED!.