在SQL Server 2012中保存大型tiff文件。 [英] Save Large size tiff file in SQL Server 2012.

查看:137
本文介绍了在SQL Server 2012中保存大型tiff文件。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有50张图片,每张图片大小 2.5 GB 我希望将所有图片存储在 SQL Server 2012中,使用带有c#的ASP.NET。

我怎么能这样做,请给我源代码以及它是如何实现的?

I have 50 images each image size is 2.5 GB and I want to store all images in SQL Server 2012 using ASP.NET with c#.
How can I do this please give me source code for it and how it is possible??

推荐答案

是的,你可以做这可以通过在sql server 2012中使用filestream数据类型来实现。



参考数据类型:



http://social.technet.microsoft。 com / wiki / contents / articles / 6519.storing-images-and-photos-in-sql-server.aspx [ ^ ]



图像编码参考:



存储一个nd使用Microsoft .NET从SQL Server检索图像 [ ^ ]
yeah you can do this by using filestream data type in sql server 2012.

Reference for data type:

http://social.technet.microsoft.com/wiki/contents/articles/6519.storing-images-and-photos-in-sql-server.aspx[^]

For Image Coding Reference:

Storing and Retrieving Images from SQL Server using Microsoft .NET[^]


这篇关于在SQL Server 2012中保存大型tiff文件。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆