Microsoft
Software
Hardware
Network
Question : Insert image into sql 2005 table
I am trying to insert an image into a table., from this syntax from the web but it does not seem to work for me. Keeps gving the error of Incorrect syntax near the keyword BULK. Don't know if my network address will work either. I am trying to go over netowrk to my computer to get the image.
SELECT * FROM OPENROWSET(BULK, '\\ngmnnb-j6ops-a2\C:docum
ents and settings\kevin.deutschman\
my documents\my pictures\black1.ico', SINGLE_BLOB)
Answer : Insert image into sql 2005 table
Hi,
Try this:
SELECT * FROM OPENROWSET(BULK '\\ngmnnb-j6ops-a2\C$\docu
ments and settings\kevin.deutschman\
my documents\my pictures\black1.ico', SINGLE_BLOB)
/peter
Random Solutions
How to manually download Microsoft Updates to make a personal update database?
How To Get Rid of All Symantec (Norton) Data in Registry??!! Thanks!
problem connecting through sqlplus?
Bios can see HDD, XP Install can' t see HDD.
My XP Pro machine just "shuts off" and immediately reboots at random when running Windows XP SP3. Could it be something with the "dump"?
Exchange 2003 and Backup Exec 10 acces denied Top information store
where can i sing up sor a public VPN service?
No dsa.msc tool after Office Communications Server 2007 R2 Install
Calculate a balloon payment
500 points: In SSIS, how to pass parameters into Data Flow Task