Hello,
When I insert a huge amount of data, I frequently get the error of the identity range have been exceeded, when this happens I run the sp_adjustpublisheridentityrange stored procedure and goes on. But I would like to know when the the range is nearly depleted and execute the procedure, avoiding the error.
Can this be done or should I consider another approach?