问题描述
有关背景这个问题, 看的 如何序列化大 图.NET对象到SQL Server BLOB不会产生大的 缓冲? 的,现在有一个大的 赏金就可以了。
SqlFileStream 给你一个 iostream的,它位于一个blob(的的),其存储在数据库中的值。然而,由于对SqlFileStream实施限制,它只能与SQL Server 2008的工作。
SqlFileStream gives you an IoStream that sits on top of a blob (varbinary) value that is stored in the database. However due to limitations on SqlFileStream implementation it will only work with Sql Server 2008.
在逻辑上我看不出为什么一些API无法提供的SQL Server 2000和SQL Server 2005。
Logically I can’t see any reason why the some API cannot be provided on Sql Server 2000 and Sql Server 2005.
- 有谁知道这是做什么?
- 是否有此任何地方的一个开源实现?
- 那我在想这应该是可能丢失?
推荐答案
看How以序列化不会产生大的缓冲 .NET对象到SQL Server BLOB大图?
see How to I serialize a large graph of .NET object into a SQL Server BLOB without creating a large buffer?
这篇关于有没有像类SqlFileStream与SQL Server 2005的作品?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!