SQL Database Concepts Question:

How to store pdf file in sql server?

Tweet Share WhatsApp

Answer:

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.

Download Basic SQL Server PDF Read All 113 Basic SQL Server Questions
Previous QuestionNext Question
Tell me what is the STUFF and how does it differ from the REPLACE function?Tell me what is the order in which the SQL query is executed?