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.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Filestream

Author  Topic 

sagitariusmzi
Posting Yak Master

113 Posts

Posted - 2010-01-10 : 08:04:59
How to use the Filestream ?

what would be the size of 1MB, 10MB, 50MB , 100MB images in the database with respect to the filestream.


Regards

beyondrelational
Starting Member

6 Posts

Posted - 2010-01-18 : 07:26:18
I would recommend this article to get started with FILESTREAM
http://beyondrelational.com/blogs/jacob/archive/2009/08/06/read-my-filestream-article-at-simple-talk-com.aspx

The size of the image file will not be different when stored into a filestream column. The physical file that is stored in the NTFS folder will be the same size as the original file.

http://beyondrelational.com/blogs/jacob/
Go to Top of Page
   

- Advertisement -