Article ID: 914780 - Last Review: April 18, 2006 - Revision: 2.4 Error message when you try to use a merge publication that you created in SQL Server 2005: "Precomputed partitions cannot be used"BUG #: 408626 (SQLBUDT) On This PageSYMPTOMS When you try to use a merge publication that you created in Microsoft SQL Server 2005, you
may receive one of the following error messages: Error message 1 Precomputed partitions cannot be used because articles "%s"
and "%s" are part of a join filter and at least one of them has a constraint
with a CASCADE action defined. Error message 2 The logical
record relationship between articles "%s" and "%s" cannot be added because at
least one of the articles has a constraint with a CASCADE action defined.
CAUSEThis problem occurs because precomputed partitions cannot be
used for a table that is specified to use cascading referential integrity
constraints.
RESOLUTIONService pack informationTo resolve this problem, obtain the latest service pack for Microsoft SQL Server 2005. For more information, click the following article number to view the article in the Microsoft Knowledge Base:913089
(http://support.microsoft.com/kb/913089/
)
How to obtain the latest service pack for SQL Server 2005
WORKAROUNDTo work around this problem, set the Precompute partitions setting to False. Alternatively, rewrite the referential integrity constraints by not using
cascading referential integrity.
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section. This problem was first corrected in Microsoft SQL Server 2005 Service Pack 1. REFERENCESFor more information, see the following topics in SQL Server
Books Online:
| Article Translations
|
Back to the top
