Store data on File Server or SQL database
-
We have a solution which includes storage of PDF documents. Currently we have 50,000 documents that are 0.6 MB each (all documents same size) We currently store these documents in varbinary(max) fields in SQL Server. Everything works fine now. Problem is that we are expecting to have over 1 million documents. Shoud we continue to store these documents in SQL Server, or should we move them to a file system on a SAN? If we move them to a SAN what is the max number of files per directory?
-
Answer:
Have you considered http://technet.microsoft.com/en-us/library/bb933993.aspx which combines the 2 ideas (file and database)? FILESTREAM integrates the SQL Server Database Engine with an NTFS file system by storing varbinary(max) binary large object (BLOB) data as files on the file system. Transact-SQL statements can insert, update, query, search, and back up FILESTREAM data. Win32 file system interfaces provide streaming access to the data.
Shiraz Bhaiji at Server Fault Visit the source
Related Q & A:
- How To Get File Server Free?Best solution by engadget.com
- How To Repair Sql Database?Best solution by Ask.com old
- How to parse .log file and insert into database in PHP?Best solution by unix.com
- How to store data in php and get data from php?Best solution by Stack Overflow
- How do I change a password directly in the PhpBB3 SQL database?Best solution by Server Fault
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.