storing huge data
Hi, I haev a requirement to store GBs of data in sql server at high frequency. How can i do that? Can i go with blob, what about performance?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Mar 17, 2017, 12:32 AM
In such scenario, it is recommended to use FileStream. Read here:
http://www.techrepublic.com/blog/software-engineer/use-sql-server-2008-filestream-to-work-with-blob-data/