How to insert the pdf file into sqlserver 2005 and read the pdf file from sqlserver?
Essentially, you are just talking about BLOB storage and retrieval (of image or varbinary(max) data). See this question: Streaming directly to a database
image
varbinary(max)