Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best field type for scanned documents
Message
 
 
To
27/06/2011 15:23:47
General information
Forum:
Microsoft SQL Server
Category:
Database design
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01516324
Message ID:
01517741
Views:
34
>>>Hi,
>>>
>>>I'm working on a system where the user wants to scan documents and store them in a database. I'm guessing at this point that scanning will be to a TIF or JPG, but am wondering if they may be able to scan to a PDF. What would be the best field type to store these scans?
>>
>>You have a few options.
>>
>>1. Only store a path to the file in SQL Server (this is the same suggestion as using VFP tables)
>>
>>2. Use VARBINARY(max) field
>>
>>3. Use new (SQL Server 2008) FileStream option.
>
>Thanks. Which option would you recommend?

See also

http://social.msdn.microsoft.com/Forums/en-US/transactsql/thread/bdd79bcd-f9f5-419f-ade4-dd3ff4ab8455
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform