0

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

4

1 回答 1

2

我发现了一些东西!有像SqlLobEditor这样的工具,可以完成微软忘记使用 SQL Server Management Studio 导入/导出/查看 BLOB 数据的工作。:)

于 2011-08-23T20:31:36.190 回答