0

Possible Duplicate:
See images in SSMS?

Is there any way to view images stored in the sql server database table. Of course we can view this from the application(.net, java), but i want this from sql server managements studio. Is there any setting or any. Please suggest.

Thanks

Community
  • 1
  • 1
Rajaram Shelar
  • 7,537
  • 24
  • 66
  • 107
  • 1
    you can do this with an add-in (ssmsboost): http://stackoverflow.com/questions/2669952/see-images-in-ssms – paul Oct 18 '12 at 09:38

1 Answers1

2

SQL Server Management Studio supports only the import and export of image and it doesn't support viewing and editing feature of lob (image) data type.

SqlLobEditor will support the those feature's refer

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
solaimuruganv
  • 27,177
  • 1
  • 18
  • 23