in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • Filestream access has just got simpler

    SP1 of the .Net Framework 3.5 brought us a nice improvement in the usability of filestream data in managed code. Within the System.Data.SqlTypes namespace there is now a class called SqlFilestream. This makes it very easy to use filestream data as this inherits from the Stream class and so can be used...
    Posted to Simons SQL Blog (Weblog) by simonsabin on Wed, Oct 22 2008
  • SQL Server 2008 Filestream : Why?

    Why would you want to use filestream in SQL Server 2008? The files you store using filestream in SQL Server 2008 are not accessible directly using the normal io methods.Instead you have to make a SQL call to get a pointer which you can then use with normal methods. So if you have to access SQL anyway...
    Posted to Simons SQL Blog (Weblog) by simonsabin on Mon, Dec 17 2007
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems