SQL Server - BLOB Import and Export
Posted under Programming-
makdns.blogspot.com - SQL scripts to insert File to BLOB field and export BLOB to File Using SQL server 2008, you can saved images / files to BLOB binaries and retrieve back them to file system. Import Test table structure: CREATE TABLE [dbo].[TestBlob]( [...Sign in to promote this post read post
5
