What is best practice for storing large photos/text files in sql server. Baring the need for scalability and we are just working with 1 server.
I feel that storing a file path in sql as opposed to a blob is better. Is this true? If we had to scale the software should we still follow this method.