I am aware that the advised method of doing this is to store the documents on the file system and use SQL for the file information. Aside from this, I'd like to store a copy of the document in SQL Server itself. I have no problem getting the files into SQL, but am not sure how to write them back out to the hard drive so that the exported file is essentially identical to the original file.
If you can gives specifics, I'd really appreciate it, thanks.
-Mari
Microsoft SQL Server
Last Comment
Éric Moreau
8/22/2022 - Mon
Epitel0920
You should use the image data type. There you can store .pdf, .doc, or anything like that