How to store pdf file in sql server?
Answer Posted / 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 View All Answers
How to drop an existing table?
What is it’s similarity with sql server?
What is the difference between delete and truncate statements?
What is field in algebra?
Explain about service Broker functions?
What is a covering index?
Explain the collation?
Explain how to integrate the ssrs reports in application?
Explain security with sql azure?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
List some advantages and disadvantages of stored procedure?
Write the queries for commands like Create Table, Delete table, Drop Table etc.
What is the sql server agent?
How to apply cascading referential integrity in place of triggers?
How do we synchronize On-Premise SQL server with SQL Azure?