Article ID: 296456 - Last Review: October 31, 2003 - Revision: 4.1 FIX: Full Text Query May Return 0 Rows When Valid Results are PresentThis article was previously published under Q296456 BUG #: 353643 (SHILOH_BUGS) BUG #: 101390 (SQLBUG_70) On This PageSYMPTOMS SQL Server may incorrectly return the following message
when valid full text results are present: "0 rows
effected" CAUSE The full text search service limits the number of rows it
qualifies for a given search condition. The limit is approximately 20,000
matches. SQL Server is not properly checking the return status and simply
returns an empty result set to the client. RESOLUTIONSQL Server 2000To resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:290211
(http://support.microsoft.com/kb/290211/EN-US/
)
INF: How to Obtain the Latest SQL Server 2000 Service Pack
SQL Server 7.0To resolve this problem, obtain the latest service pack for Microsoft SQL Server 7.0. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:301511
(http://support.microsoft.com/kb/301511/EN-US/
)
INF: How to Obtain the Latest SQL Server 7.0 Service Pack
NOTE: The following hotfix was created prior to Microsoft SQL Server
7.0 Service Pack 4.The English version of this fix should have the following file attributes or later: File name Platform ---------------------- s70989i.exe Intel WORKAROUND Redefine the search criteria to qualify a smaller set of
rows. STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
at the beginning of this article.
SQL Server 2000 This problem was first corrected in Microsoft SQL Server 2000 Service Pack 2. SQL Server 7.0 This problem was first corrected in Microsoft SQL Server 7.0 Service Pack 4. MORE INFORMATIONSQL Server 2000 With the correction, you now receive a 7643 error message when you experience the full text maximum restriction node limitation. Server: Msg 7643, Level 16, State
1, Line 1 Your search generated too many results. Please perform a more specific search. SQL Server 7.0 With the correction, you now receive the following 7627 error message when you experience the full text maximum restriction node limitation: Server: Msg 7627, Level 16, State 1, Line 1 Your search generated too many results. Please perform a more specific search.
| Article Translations
|
Back to the top
