How to store pdf file in sql server?

Submitted by: Administrator
Create a column as type ‘blob' in a table. Read the content of the file and save in ‘blob' type column in a table.

Or store them in a folder and establish the pointer to link them in the database.
Submitted by: Administrator

Read Online SQL Database Concepts Job Interview Questions And Answers