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
What is RMS migrations?
What are magic tables in sql server?
Can you explain various data region available in ssrs with their use?
Which autogrowth database setting is good?
What is global temp table?
What are commonly used mssql functions in php?
What is difference between primary key and foreign key?
What are constraints?
How to replace given values with null using nullif()?
What is the security model used in sql server 2005?
What is shrink log file?
Why normalization is used?
What happens to a trigger with multiple affected rows?
How many levels of sp nesting is possible?
Explain the difference between clustered and non-clustered index?