sys.sp_adjustpublisheridentityrange
general #stored-procedure
Description
Adjusts the identity range on a publication and reallocates new ranges based on the threshold value on the publication. This stored procedure is executed at the Publisher on the publication The name of the publication in which new identity ranges are reallocated.
Syntax
sp_adjustpublisheridentityrange
[ [ @publication = ]
N
'publication'
]
[ , [ @table_name = ]
N
'table_name'
]
[ , [ @table_owner = ]
N
'table_owner'
]
[ ; ]