﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 7,2000 / Replication  / "There are already statistics on table" error 1927 - can not resolve / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 12:29:54 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: "There are already statistics on table" error 1927 - can not resolve</title><link>http://www.sqlservercentral.com/Forums/Topic364313-7-1.aspx</link><description>Hi,I faced the same issue , on analysing I found that Article setting for "if the object with same name already exists" was to "Truncate table and reload data"  . I modified it to "Delete the object and re-create" then it worked fine.Solution :Modified Article properties for the table Property : Action if name in use Earlier Value : Truncate All data in the existing objectFixed value :  Drop Existing object and create a new oneRegards,Avi</description><pubDate>Thu, 17 May 2012 07:53:12 GMT</pubDate><dc:creator>Jas-365681</dc:creator></item><item><title>RE: "There are already statistics on table" error 1927 - can not resolve</title><link>http://www.sqlservercentral.com/Forums/Topic364313-7-1.aspx</link><description>Unfortunately I've changed contract since this posting so can't check what the settings are now on the database. From what I recall I turned off all the replication of objects so that only the data was being transferred. Sorry can't help any further.</description><pubDate>Mon, 21 Apr 2008 04:10:25 GMT</pubDate><dc:creator>Brian Jones-401554</dc:creator></item><item><title>RE: "There are already statistics on table" error 1927 - can not resolve</title><link>http://www.sqlservercentral.com/Forums/Topic364313-7-1.aspx</link><description>Thanks for the response.I already have auto create and auto update statistics off on the destination database. my source is sql 2000 and my destination is sql 2005. Do you have any idea?Thanks</description><pubDate>Fri, 18 Apr 2008 13:12:25 GMT</pubDate><dc:creator>Ameena Lalani-347953</dc:creator></item><item><title>RE: "There are already statistics on table" error 1927 - can not resolve</title><link>http://www.sqlservercentral.com/Forums/Topic364313-7-1.aspx</link><description>Turning off the auto-statistics on the destination database worked for me, and performance is fine for my needs. So not pursued this any further.</description><pubDate>Fri, 18 Apr 2008 12:06:23 GMT</pubDate><dc:creator>Brian Jones-401554</dc:creator></item><item><title>RE: "There are already statistics on table" error 1927 - can not resolve</title><link>http://www.sqlservercentral.com/Forums/Topic364313-7-1.aspx</link><description>Hi,I am having the same problem. I have transactional replication from 2000 to 2005. Were you able to resolve your problem? Can you post your experience here.Thanks a lot.</description><pubDate>Thu, 17 Apr 2008 11:33:27 GMT</pubDate><dc:creator>Ameena Lalani-347953</dc:creator></item><item><title>RE: "There are already statistics on table" error 1927 - can not resolve</title><link>http://www.sqlservercentral.com/Forums/Topic364313-7-1.aspx</link><description>&lt;P&gt;No it's definitely a transactional replication publication.&lt;/P&gt;&lt;P&gt;I will turn off the auto create stats - still a little confused though. The statistic was a weird name (hind_133213 or something) which I don't think is an auto stat, and the same name existed on both databases. There is no index or column called hind, and chances of it being the same name should be pretty slim. I think it was replicated across and an untrapped error occurred, which left the replication in disarray.&lt;/P&gt;&lt;P&gt;What is more concerning is that there were empty tables in the database. I have the articles set to delete data from tables on the snapshot page, and I assumed that this only occurred (deletion from table) when a snapshot was produced (i.e. on reinitialisation). This seems to indicate that a snapshot was performed, but I have no idea why that should have occurred. I assumed that with a transactional replication only the new/edited/deleted rows were replicated, not the whole of the table after each change.&lt;/P&gt;&lt;P&gt;Anyhow, have turned off the auto create stats and will see what happens. I am interested as to what impact that will have, the 2005 database is for reporting only, so I would expect it to have different statistics from the 2000 database (which is the data entry database) as the data is used in a different way.&lt;/P&gt;</description><pubDate>Wed, 09 May 2007 08:00:00 GMT</pubDate><dc:creator>Brian Jones-401554</dc:creator></item><item><title>RE: "There are already statistics on table" error 1927 - can not resolve</title><link>http://www.sqlservercentral.com/Forums/Topic364313-7-1.aspx</link><description>&lt;P&gt;I would double check the article and see if doesn't mention Merge replication as that is the only one I know you can drop that setting.&lt;/P&gt;&lt;P&gt;However that said check that the database you are replicating to does not have auto create statistics turned on for the database. I would think that should correct the issue.&lt;/P&gt;</description><pubDate>Wed, 09 May 2007 07:36:00 GMT</pubDate><dc:creator>Antares686</dc:creator></item><item><title>"There are already statistics on table" error 1927 - can not resolve</title><link>http://www.sqlservercentral.com/Forums/Topic364313-7-1.aspx</link><description>&lt;P&gt;I have straight forward transactional replication set up on a SQL2000 database to a SQL 2005 database. The distribution agent is on SQL2000 and is push replication.&lt;/P&gt;&lt;P&gt;Recently the replication has failed with the error "There are already statistics on table" error number 1927. When this occurs I have data missing from other tables aswell which is very strange. &lt;/P&gt;&lt;P&gt;The error is correct, and to cure it I have to remove the offending statistic on 2005 and reinitialise the replication. What is also strange is that the statistic name is not _WA but another name (and not the name of an index). Obviously this is not the ideal situation as firstly this could occur at any time and therefore leave the database unusable (and some angry users as this is a 24/7 application), and secondly a reinitialisation of the replication could take some time.&lt;/P&gt;&lt;P&gt;I have found an article in the MS Knowledge Base, however it does not work. The reason it does not work is because it suggests turning off the "Copy objects to destination...Non clustered indexes" option in the article. However this option is disabled and I can not change it.&lt;/P&gt;&lt;P&gt;Does anyone have any insight into this error, I need a direction to investigate desparately.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian Jones&lt;/P&gt;</description><pubDate>Wed, 09 May 2007 04:41:00 GMT</pubDate><dc:creator>Brian Jones-401554</dc:creator></item></channel></rss>