Reputation: 97
I have a small database with a table in Sql Server 2008 and I'm trying to insert some images/videos to it. Is there any simple way or tool to put images (or any other binary file) in a varbinary field in Microsoft SQL Server Management Studio WITHOUT using t-sql queries?
In the past I had used Oracle 11g DB with SQL Developer 3 and in every blob field there was a browse-like button, with it I could load or delete files, also I was able to see the images if I had stored images in those fields.
Thanks, Kosanag
Upvotes: 0
Views: 2457
Reputation: 97
I have found something! There are tools like SqlLobEditor that does what microsoft forgot to do about importing/exporting/viewing BLOB data with SQL Server Management Studio. :)
Upvotes: 2