How to store pdf file in sql server?



How to store pdf file in sql server?..

Answer / vinod

Just read the content from the file and save it as a blob
in the table. Not only pdf we can store all tyypes of files
in the sql server.

Is This Answer Correct ?    10 Yes 4 No

Post New Answer

More SQL Server Interview Questions

How to insert new line characters into strings?

0 Answers  


What is a join in sql? What are the types of joins?

0 Answers  


what is the difference between procedure and function.

4 Answers   Thomson,


Can you explain different types of joins?

0 Answers  


What is the optimization being performed in oracle and SQL Server?

0 Answers   Cap Gemini,






can foreign key take role of primary key?

5 Answers   CarrizalSoft Technologies, TCS, Villa Marie,


Please explain what is “asynchronous” communication in sql server service broker?

0 Answers  


What is the difference between a primary key and a unique key? Are they the same?

0 Answers  


What are the built in functions in sql server?

0 Answers  


How to populate a table in sql server?

0 Answers  


is there a column to which a default can't be bound? : Sql server database administration

0 Answers  


What is meant by datasource?

0 Answers  


Categories