Do you want to update a file uploaded to the database? Use these commands:

Update [database and tablename]
SET [Document] =
(SELECT * FROM OPENROWSET(BULK N'C:\import\filename.xml', SINGLE_BLOB) AS Document)
where id = condition