Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 PDF Attachments in SQL Server 2008 R2

Author  Topic 

tmcrouse
Starting Member

12 Posts

Posted - 2014-11-20 : 14:14:27
Is it possible to store pdf attachments in the SQL database? I use Tableau as the front-end and want the ability to store them in the SQL Database and end-users can pull them just as you would if you had an Access database and front-end? Is this possible? I know size might be an issue because these are pdfs.

tmc

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-11-20 : 14:30:35
Sure, store them as datatype varbinary(max)
Go to Top of Page
   

- Advertisement -