FIX: Changes to Indexed View Article of a Transactional Publication Are Not Saved (299937)



The information in this article applies to:

  • Microsoft SQL Server 2000 Enterprise Edition
  • Microsoft SQL Server 2000 Developer Edition
  • Microsoft SQL Server 2000 Enterprise Evaluation Edition

This article was previously published under Q299937
BUG #: 352016 (SHILOH_BUGS)

SYMPTOMS

When editing the properties of an indexed view article that is part of a transactional publication, changes made to the Replace INSERT commands with this stored procedure call, Replace UPDATE commands with this stored procedure call, and Replace DELETE commands with this stored procedure call check boxes on the Commands tab of the article's Publications Properties dialog box are not saved.

NOTE: Merge and snapshot publications do not have a Commands tab; this problem applies only to indexed view articles that are part of transactional publications.

RESOLUTION

To resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack

STATUS

Microsoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.

MORE INFORMATION

Steps to Reproduce Behavior

  1. From SQL Enterprise Manager, right-click a transactional publication and click Properties.
  2. Click the Articles tab, click the ellipsis (...) button next to the indexed view article, and then click Commands.
  3. Clear the Replace INSERT commands with this stored procedure call check box.
  4. Click OK, and then click OK again to leave the publication properties.
  5. Repeat steps 1 and 2 to return to the Commands tab. Note that the changes were not saved.

Modification Type:MinorLast Reviewed:7/15/2004
Keywords:kbBug kbfix kbSQLServ2000sp1fix KB299937