Click to Rate and Give Feedback
TechNet
TechNet Library
SQL Server
SQL Server 2005
 MSrepl_identity_range (Transact-SQL...
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
SQL Server 2005 Books Online (November 2008)
MSrepl_identity_range (Transact-SQL)

The MSrepl_identity_range table provides identity range management support. This table is stored in the publication, distribution and subscription databases

Column name Data type Description

publisher

sysname

The name of the Publisher.

publisher_db

sysname

The name of the publication database.

tablename

sysname

The name of the table.

identity_support

int

Specifies if automatic identity range handling is enabled. 0 specifies that automatic identity range handling is not enabled.

next_seed

bigint

If automatic identity range is enabled, indicates the starting point of the next range.

pub_range

bigint

The publisher identity range size.

range

bigint

The size of the consecutive identity values that would be assigned to subscribers in an adjustment.

max_identity

bigint

The maximum boundary of the identity range.

threshold

int

The identity range threshold percentage.

current_max

bigint

The current max that can be assigned but not necessarily be assigned.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker