Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How to Store the Image located in Another system into Local Database

$
0
0
Hi Friends,I have the Image in FTP Server Folder and i need to insert that image into my local database.How can i do this I tried with the below Query but i shows the errors as below.Please help me to solve this solution.--INSERT INTO AcademyStudents (ImageURL)--SELECT BULKCOLUMN FROM OPENROWSET(BULK'https://iconic-solutions.net/OTA/test/images(1).jpeg',Single_Blob) AS BLOB--Where StudentIdentificationNum = 2--GOGOt Error;Cannot bulk load because the file "https://iconic-solutions.net/OTA/test/images(1).jpeg" could not be opened. Operating system error code 123(The filename, directory name, or volume label syntax is incorrect.).

Viewing all articles
Browse latest Browse all 3145

Trending Articles