14
Answers

How to insert an image in to database ?

Ruga Lincy

Ruga Lincy

9y
443
1
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)