本文介绍了达到bigint限制时,更改跟踪值会发生什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
比方说,我已经对数据库中的200个表启用了更改跟踪.由于更改跟踪值在数据库范围内更改.如果我达到BIGINT的最大值该怎么办?
Let's say I have enabled change tracking on 200 tables in a database. Since the change tracking value change in the scope of database. What if I reach the max value of BIGINT?
推荐答案
为达到bigint
限制,在接下来的292471年中,您必须每秒更改数据库中的100万行.祝你好运.
In order to reach bigint
limit, you have to change 1 million rows in your database every second during the next 292471 years. Good luck reaching it.
这篇关于达到bigint限制时,更改跟踪值会发生什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!