Ruga Lincy

Ruga Lincy

  • NA
  • 42
  • 6.6k

How to insert an image in to database ?

Sep 10 2015 4:59 AM
am using sql server 2008 R2..
 
i need to insert an image through sql cmd ?
 
my table structure is
 
SELECT TOP 1000 [AddressID]
[Image]
FROM [xxx].[dbo].[tblAddress]
 
 
how can i insert an image where   AddressID='1' ?
 

Answers (14)