PRB: Error 1927: "There Are Already Statistics on Table <Table_Name> Named <Statistics_Name>" (815063)



The information in this article applies to:

  • Microsoft SQL Server 7.0

SYMPTOMS

When you publish a table that you created statistics for by using the CREATE STATISTICS statement, and then you reinitialize the Subscriber, the Distribution Agent may fail and you receive the following error message:
Error 1927 - There are already statistics on table tablename named statisticsname.

WORKAROUND

To work around this problem, do not replicate the non-clustered indexes of the table:
  1. At the Publisher, start SQL Server Enterprise Manager.
  2. Expand a server group, and then expand a server.
  3. Expand Databases, and then expand the name of the database where the Distribution Agent fails.
  4. Expand Publications.
  5. Right-click a publication, and then click Properties.
  6. On the Publication Name Properties dialog box, click the Articles tab.
  7. In the Specify the objects to publish as articles list, double-click the article that the error occurred for.
  8. In the Article Name Properties dialog box, click the Snapshot tab.
  9. Under Copy Indexes, click to clear the Copy nonclustered indexes to the subscription table check box, and then click OK.
  10. On Publication Name Properties dialog box, click OK.
  11. Click Yes on the Save changes dialog box.

MORE INFORMATION

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

252375 FIX: Pull Subscribers Unsynchronized if Reinitialized from Subscriber Causing Distribution Failures



When you contact Microsoft Product Support Services (PSS) for assistance, the PSS Support Professional working on your case may request for additional information specific to your environment. Please refer the following Microsoft Knowledge Base article link for more information before you contact the PSS Support Professional.

315642 INF: Information That PSS Needs to Troubleshoot SQL Server Replication


Modification Type:MinorLast Reviewed:3/2/2004
Keywords:kbnofix kbSysAdmin kberrmsg kbprb KB815063 kbAudDeveloper