E đang chạy thử 1 vd insert ảnh vào SQL , nhưng lại gặp lỗi này . Mọi người giúp em với ạ
create table Employees1(
id int,
name varchar(50),
photo varbinary(max))
INSERT INTO Employees1(id,name,photo)
select 10,'samsung note 10',BulkColumn from openrowset (bulk 'E:\Web\New folder\note10_plus.jpg',Single_Clob) as Picture