Well it’s the end of our first week in China – tomorrow we fly to Beijing for another week of teaching. Hopefully we’ll get to do some sightseeing on Sunday – the last time I was in Beijing (for TechEd ’06) the conference hotel was about 25 miles outside the city centre – so I haven’t really been to Beijing yet. During this week I’ve been playing with FILESTREAM for some demos I’m writing for a Microsoft class I’ll be teaching when I get back to Redmond. The class is about SQL Server 2008 for DBAs and the attendees will be a bunch of Microsoft Field personnel and SQL Server MVPs. Anyway, as I was playing, I realized that I hadn’t blogged anything about FILESTREAM yet, so this is the start of a series of posts about the feature. First up – what is it? One problem that SQL Server users face is how to store related structured and unstructured data (BLOBs) together while: There’s also been a strong desire for a data type that supports BLOB values greate than 2GB for many years. Before SQL Server 2008, the solutions centered around: Enter FILESTREAM. It provides the following: Sounds pretty good eh? Well, it is – mostly. There are a few drawbacks with v1 however: Personally, I think the first of these could be a major barrier to adoption in the enterprise – hopefully this restriction will be lifted in v2. So – there’s a taster. In the next few posts I’ll detail how to enable FILESTREAM and create FILESTREAM data.
2024: the year in books
Back in 2009 I started posting a summary at the end of the year of what I read during the year and people have been
2 thoughts on “SQL Server 2008: FILESTREAM”
Could you please give an example with the help of create table structure how to create blob column to store more than 2 gb of data.
You need to read the Books Online for FILESTREAM storage.