Tag Archives: Filestream

Create a Filestream Filegroup for Filetables – SQL Server 2012

Once you’ve enabled filestream, the next step is to add a filegroup to your database to hold the filestream data. This is pretty easy to do, and I’ll show you the SSMS and code versions. If you want to know … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

Unstructured Data in SQL Server

Abstract: More and more of our data does not fit neatly into a structured, relational model of rows and columns of data. In this session, you will learn about how SQL Server stores unstructured data, with a special emphasis on … Continue reading

Posted in Presentations | Tagged , , , , | 3 Comments

Enabling Filestream in SQL Server 2012

Filestream is a cool feature, albeit one that’s cumbersome to use in SQL Server 2008 and R2. However the FileTable feature in SQL Server 2012 builds on Filestream and you must enable this feature for FileTable to work. There is … Continue reading

Posted in Blog | Tagged , , | 3 Comments