I know you're going to tell me this is a very bad idea - but I need to save (small) text files into my SQL Server (2005) database.
But I need to do it, and do not know how ...
I will never search for text in the file or things like this.
(I may have to 'recreate' the file - that's all)
1. What is the best type of field ? NText ? Image ? or ??
(I will never search for text in the file or things like this)
2. How do I write my "insert into" statement ?
3. How do I 'recreate' the file on the server ?
Thank you !!!
But I need to do it, and do not know how ...
I will never search for text in the file or things like this.
(I may have to 'recreate' the file - that's all)
1. What is the best type of field ? NText ? Image ? or ??
(I will never search for text in the file or things like this)
2. How do I write my "insert into" statement ?
3. How do I 'recreate' the file on the server ?
Thank you !!!