See images in SSMS?
        Posted  
        
            by Vaccano
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vaccano
        
        
        
        Published on 2010-04-19T18:50:29Z
        Indexed on 
            2010/04/19
            18:53 UTC
        
        
        Read the original article
        Hit count: 437
        
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.
© Stack Overflow or respective owner