Hi,
I need to store lots of binary files. I'm considering storing them in a table in SQL server and I'm also considering storing them in a windows file folder (and just storing the path in SQL server).
My main worry is access time. Will accessing the file from SQL server be way slower than trying to do so from a windows directory?
any other considerations?
I need to store lots of binary files. I'm considering storing them in a table in SQL server and I'm also considering storing them in a windows file folder (and just storing the path in SQL server).
My main worry is access time. Will accessing the file from SQL server be way slower than trying to do so from a windows directory?
any other considerations?