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 is delete query?

0 Answers  


What is scalar user-defined function?

0 Answers  


What is bcp? When does it used?

0 Answers  


What is the security principal at the server level that represents your session?

0 Answers  


How to create a testing table with test data in ms sql server?

0 Answers  






How do I start sql server agent automatically?

0 Answers  


Tell me the difference between clustered and non-clustered index?

0 Answers  


What are the different types of backups that exist?

0 Answers   ADITI,


How to display a past time in days, hours and minutes?

0 Answers  


List all the types of user-defined functions?

0 Answers  


How to declare a cursor with "declare ... Cursor" in ms sql server?

0 Answers  


How to know the NAME of the Database and SIZE of the Database at the client node in Sql Server 2005

1 Answers  


Categories