create table Wishing
(
ID int identity,
ImageName varchar(500),
ImagePath varbinary(2000)
)
insert into Wishing(Imagename,imagepath)
values('sunrising','images/sun.jpeg')
while i am inserting image to to table showing error on use convert and run ur query???