What happens to change tracking value when it reaches bigint limit?

China☆狼群 提交于 2020-01-17 02:37:15

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/26459935/what-happens-to-change-tracking-value-when-it-reaches-bigint-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!