Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » sql 2008 filestream   (RSS)
Sorry, but there are no more tags available to filter with.

What is FILESTREAM for SQL Server 2008 and how to use it?

FILESTREAM is a whole new feature to SQL Server 2008, which allows you to store varbinary large objects (BLOB) directly on the NTFS filesystem of Windows. You can then use T-SQL to manage these objects (like INSERT & UPDATE) just as if they were normal
 
Page view tracker