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 11: FileTable• non_transacted_access – A TINYINT representing the level <strong>of</strong> non-transactionalaccess for the database. <strong>The</strong> values can be:• 0: Non-transactional access is disabled• 1: Non-transactional access is only enabled for read-only access• 2: Non-transactional access if fully enabled• 5: Non-transactional access is in transition to read-only access• 6: Non-transactional access is in transition to disabled.• non_transacted_access_desc – <strong>The</strong> description <strong>of</strong> the value in thenon_transacted_access column. <strong>The</strong> possible values and their numericequivalents are:• NONE (0)• READ_ONLY (1)• FULL (2)• IN_TRANSITION_TO_READ_ONLY (5)• IN_TRANSITION_TO_OFF (6)sys.filetable_system_defined_objectsThis catalog view returns a list <strong>of</strong> all the system-defined objects that have been createdwhen the FileTables in the current database were created. This includes the FileTable'sprimary key, foreign key, unique and check constraints, and defaults. A FileTable has 20such system-defined objects.<strong>The</strong> view contains two columns: object_id and parent_object_id. <strong>The</strong>object_id column contains the object ID <strong>of</strong> the system-defined object, and theparent_object_id column contains the object ID <strong>of</strong> the FileTable. Listing 11-28 shows427

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

Saved successfully!

Ooh no, something went wrong!