Microsoft
Software
Hardware
Network
Question : Inserting data into a varbinary(max) field
Hi,
I am using SQL Express 2008.
I've created a simple table that contains a varbinary(max) field.
Can someone please provide an example of an insert statement that inserts a word document (C:/test.doc) into the table.
This sounds like it should be simple but it’s got me stumped.
I need to do this because I want to explorer the full text search capabilities.
Thanks.
Answer : Inserting data into a varbinary(max) field
INSERT INTO myTable(vbmaxcol)
SELECT * FROM OPENROWSET(BULK N'C:\Test.doc', SINGLE_BLOB) AS Document;
GO
Random Solutions
make no targets specified and no makefile found. stop
Raise domain function level when there are 2 ADs
Old 3550 L3 Switch vs brand new 2851 router
migrate win 7 profiles to new domain
Convert Double to String VB.NET
access coding-print single record problem
Will Windows remote desktop will work between Windows 7 and XP? On the same router? References?
Using install script to get directory path of the installation
adding user to an existing AD group
Why can't machines connect with WSUS?