I start to develop a web app (asp.net) that will store every kind of document in a DB. It s a SQL 2008 DB, and I m analizing what is the best way to store "metadata" in a DB solution? A few type: - file system pointer in protected folder, for me is too complex and insicure - filestream - varbinary(max) column - others? any suggestion? Someone with a similar dilemma?
感谢大家。