bulk insert with identity column
摘要: Today, I was looking for geting a solution to insert a lot of line into SQL server with high performance. I got a way is using BULK INSERT ... to insert huge record into table. It is really high perfo...阅读全文
posted @ 2010-05-31 18:08 moonz-wu 阅读(157) | 评论 (0) 编辑