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
Is it possible to call a stored procedure within a stored procedure?
What is tcl in sql server?
Explain external key management in sql server 2008
Why should you use or avoid select * statements?
How to create a user to access a database in ms sql server using "create user" statements?
How to fetch the next row from a cursor with a "fetch" statement?
How can you find out how many rows returned in a cursor?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
What is the current pricing model of SQL Azure?
What it means to be triggered?
Name few endpoints exposed by ssrs 2012?
Write the SQL query to drop, truncate and delete table.
What are the types of dml?
How you can add messages to the nt event log from within a stored procedure?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security