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

What happens when unicode strings concatenate with non-unicode strings?

0 Answers  


What would be the Expected Salary For SQL Server Developer for 3 years exp. as per indian market?

7 Answers  


Detail about the hardware which is supported by SQL server?

0 Answers  


Explain error and transaction handling in sql server?

0 Answers  


How to compare the top two records using sql?

0 Answers  






How to divide query output into multiple groups with the group by clause in ms sql server?

0 Answers  


What is difference between createstatement and preparedstatement?

0 Answers  


How to skip remaining statements in a loop block using continue statements?

0 Answers  


How can u get the number of pupils connecting the database?

1 Answers   Cap Gemini,


How to rebuild the master database?

0 Answers  


Is index a datbase objects in sql server?

2 Answers  


what purpose does OPENXML clause have in sql server stored procedure?

1 Answers  


Categories