Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cognos79
Posting Yak Master
241 Posts |
Posted - 2006-12-03 : 10:45:22
|
can we store textfiles in sqlserver 2005. If so, can anybody tell how to do it. Also is there any max size limit for the textfile ???Thanks |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-12-03 : 10:52:35
|
you can store anything in the image datatype.however storing files in SQL server isn't advisable.store the file on the server disk and put only the relative path to it in the db.Maybe you should explain why are you trying to do that and we can give you better advice.Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|