当前位置: 代码迷 >> Sql Server >> bulk insert怎么插入null值
  详细解决方案

bulk insert怎么插入null值

热度:187   发布时间:2016-04-27 10:41:54.0
bulk insert如何插入null值?
http://social.msdn.microsoft.com/Forums/zh-CN/sqlserverzhchs/thread/1bbf81d3-8208-40f6-8a1c-41c46b53e496

------解决方案--------------------
将txt文件中所有"NULL"替换为空字符串""即可.
  相关解决方案