14
Answers

How to insert an image in to database ?

Ask a question
Ruga Lincy

Ruga Lincy

9y
442
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)