T
Techeek
I need to create an application in ASP.Net that will allow users to upload
files. Then the files are to be stored in a SQL Server table.
I have been reading up on the advantages/disadvantages of this and it seems
like the best thing to do is leave the files in the file system and only
store the file path in the table. I also read that binary files like Word
documents, Excel spreadsheets, etc. can be stored in varbinary or image type
columns in the SQL SERVER database.
I would like to know the standard and secure way of storing documents in SQL
SERVER 2000.
Please help.
files. Then the files are to be stored in a SQL Server table.
I have been reading up on the advantages/disadvantages of this and it seems
like the best thing to do is leave the files in the file system and only
store the file path in the table. I also read that binary files like Word
documents, Excel spreadsheets, etc. can be stored in varbinary or image type
columns in the SQL SERVER database.
I would like to know the standard and secure way of storing documents in SQL
SERVER 2000.
Please help.