Answers

Question and Answer:

  Home  Basic SQL Server

⟩ How to store pdf file in sql server?

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.

 143 views

More Questions for you: