17.07.2015 Views

The Art of SQL Server FILESTREAM - Red Gate Software

The Art of SQL Server FILESTREAM - Red Gate Software

The Art of SQL Server FILESTREAM - Red Gate Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 2: Getting Started with <strong>FILESTREAM</strong><strong>The</strong> ItemID column in the above listing is very significant. A <strong>FILESTREAM</strong> columncan be created only on a table that has a UNIQUEIDENTIFIER column marked asROWGUIDCOL. <strong>The</strong> limitations for the ROWGUIDCOL are as follows:• cannot allow NULL• should have either the UNIQUE attribute or be the entire primary key• needs to be UNIQUEIDENTIFIER data type• cannot be modified or dropped as long as <strong>FILESTREAM</strong> columns exist in the table.<strong>SQL</strong> <strong>Server</strong> will create a subfolder in the <strong>FILESTREAM</strong> data container for each table thatcontains a <strong>FILESTREAM</strong> column. Within each table subfolder, another subfolder willbe created for each <strong>FILESTREAM</strong>-enabled column in the table. If the table has multiplepartitions, a folder will be created for each partition.Listing 2-8 shows the structure <strong>of</strong> the <strong>FILESTREAM</strong> data container after creating adatabase and table using the example scripts in this chapter (the folder names have beenshortened to simplify the listing). <strong>The</strong> folder for the table and the <strong>FILESTREAM</strong> columnare always GUID values, so these folder names will be different on your computer if youhave followed the example.C:\|-<strong>Art</strong>OfFS\|-Demos\|-Chapter2\|-NorthPole_fs\-- <strong>FILESTREAM</strong> Data Container|-$FSLOG\-- Log Folder|-filestream.hdr -- Metadata File|-6488cba4…6eaad3\ -- Root folder for "Items" table|-7761f220…b204f1\ -- Folder for "ItemImage" columnListing 2-8:Example <strong>FILESTREAM</strong> data container structure.62

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!