InSQL
If you are administering a very large SQL Server database that uses integer IDs, you may have cause to be concerned about how many identity values you have left for your tables. This is a particular concern for heavy transactional tables where new rows are constantly being inserted and there are other reasons why identity…