更新数据类型 [英] Update data type

查看:76
本文介绍了更新数据类型的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一张包含9亿条记录的表格。我必须更新8个字段数据类型。什么是执行此类操作的最佳和最佳方法。


任何帮助非常感谢。

解决方案

< blockquote>

这应该在批量操作中完成,您可以在其中跟踪已更新的PK值。 


以下是如何执行此操作的示例:


https://stackoverflow.com/questions/35903375/how-to-update-large-table-with-millions-of-rows-in-sql-server


I have a table with 900 million records. I have to update 8 fields data types. What would be the best and optimal method to perform this kind of operations.

Any help much appreciated.

解决方案

This should be done in a batch operation where you are able to track what PK values you have updated. 

Here is an example of how to do this:

https://stackoverflow.com/questions/35903375/how-to-update-large-table-with-millions-of-rows-in-sql-server


这篇关于更新数据类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆