Pre-allocate varbinary(max) without actually sending null data to the SQL Server?
I\'m storing data in a varbinary(max) column and, for client performance reasons, chunking writes through the \".WRITE()\" function using SQL Server 2005. This works great but, due to the side effects
问答
阅读(3)