I have been using TVPs for half a year so far, and I did not have any issues at all. I do not send more than 1K rows at a time. Before TVPs were available, I was packing numbers in binary format into an image, and casting parts of an image back into numbers on the server - that scaled very well, performed real fast for up to 100K numbers.
发布评论
评论(1)
到目前为止我已经使用TVP半年了,完全没有出现任何问题。我一次发送的行数不超过 1K。在 TVP 可用之前,我将二进制格式的数字打包到图像中,并将图像的一部分转换回服务器上的数字 - 这可以很好地扩展,对于多达 100K 的数字执行速度非常快。
I have been using TVPs for half a year so far, and I did not have any issues at all. I do not send more than 1K rows at a time. Before TVPs were available, I was packing numbers in binary format into an image, and casting parts of an image back into numbers on the server - that scaled very well, performed real fast for up to 100K numbers.