use google

go
Create Table fotos
(
id_foto int primary key,
foto varbinary(max) not null
)
Go

