在 SSMS 中查看图像?
我浏览了一下,发现了这篇博文:
http://erikej.blogspot.com/2010/04/version-3-of-exportsqlce-now-available.html
(如果您使用 SQL Server CE,这是一个很好的补充。)
在那篇文章中我看到了 SSMS 的屏幕截图,结果中包含图像。
这是如何完成的?我的数据库中有图像(通过内存流序列化的 PNG 文件),但当我选择图像列时,我只看到数字。
I was browsing around and found this blog post:
http://erikej.blogspot.com/2010/04/version-3-of-exportsqlce-now-available.html
(It is for a great add in if you user SQL Server CE.)
On that post I saw an screen shot of SSMS with images in the results.
How is this done? I have images in my database (PNG files that are serialized via memory stream), but I just see numbers when I select the image column.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您问这是如何完成的,我不确定它是如何准确实现的。我知道您可以在 Visual Studio 中创建 ssms 插件,并且我确信有一种方法可以获取文件流对象并对其进行解码。
如果您正在寻找除了您提到的插件之外的方法来执行此操作,我使用一个很棒的免费软件插件。您可以在 http://www.ssmsboost.com 找到插件 ssmsboost 。该插件有社区版和专业版。两者唯一的区别是社区版本需要每120天更新一次。这个插件有很多不错的功能,但您需要的是
If you are asking how this is done, I'm not sure how it is implemented exactly. I know that you can create ssms plugins in visual studio, and I'm sure that there is a way to take a filestream object and decode it.
If you are looking for a way for you to do this besides the plugin you mentioned, there is a great freeware plugin I use. You can find a plugin ssmsboost at http://www.ssmsboost.com. This plugin has a community version and a pro version. The only difference between the two is that the community version needs to be renewed every 120 days. This plugin has a lot of nice features, but the one you're asking for is
我想推荐免费且开源的 MiniSQLQuery 浏览器来实现此目的。
http://minisqlquery.codeplex.com/
I'd like to recommend the MiniSQLQuery browser that is free and opensource to achieve this.
http://minisqlquery.codeplex.com/