sql >> Databasteknik >  >> RDS >> Sqlserver

Infoga bild i SQL Server 2005 Image Field med endast SQL

CREATE TABLE Employees
(
    Id int,
    Name varchar(50) not null,
    Photo varbinary(max) not null
)


INSERT INTO Employees (Id, Name, Photo) 
SELECT 10, 'John', BulkColumn 
FROM Openrowset( Bulk 'C:\photo.bmp', Single_Blob) as EmployeePicture


  1. Hur man konfigurerar AppArmor för MySQL-baserade system (MySQL/MariaDB Replication + Galera)

  2. Råd om att använda pivottabellen i Oracle

  3. ScaleGrid DigitalOcean-stöd för MySQL, PostgreSQL och Redis™ nu tillgängligt

  4. Hur man skapar en totalrad i Access