标识范围大小的问题

我正在尝试使用重新发布器来设置我们的复制。 我们,不幸的是,有一些int PK IDENTITY表,我试图创build发布时出现以下错误。

SQL Server Management Studio could not create article 'tblAdminBusinessType'. (New Publication Wizard) ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ The republisher's republishing range obtained from its publisher is not large enough to allocate the specified @pub_identity_range. The article 'tblAdminBusinessType' could not be added to the publication 'Stage_Connect'. Changed database context to 'Stage_Connect'. (Microsoft SQL Server, Error: 20660) 

我将发布者范围大小更改为100000,将订阅者范围大小更改为100.我不理解的是为什么这个问题更重要,此表仅在主发布者和​​重新发布者都被标记为下载。 它不能在任何地方更新,但直接在小学所以这是什么问题。

其次,我如何克服这一点? 我只是保持按摩的数字,直到它的作品? 具体来说,它在寻找什么?

谢谢

谢谢,

看看这个MSDN论坛的post – 它会告诉你如何做出有根据的猜测,了解这个范围需要做些什么。