Search

DOC - FileTables BOL Page by Phil Brammer

Closed
as Fixed Help for as Fixed

1
1
Sign in
to vote
Type: Bug
ID: 773704
Opened: 12/6/2012 11:57:48 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
The FileTables page found here: http://msdn.microsoft.com/en-us/library/ff929144.aspx references a file_id (GUID) as the unique identifier for each file. This is not true - it is called "stream_id."

Also it says there is a "FILESTREAM" column, which again is not true. The column is titled "file_stream."
Details (expand)

Product Language

English

Version

SQL Server 2012 - Enterprise Edition

Category

Documentation

Operating System

Not Applicable

Operating System Language

Not Applicable

Steps to Reproduce

View http://msdn.microsoft.com/en-us/library/ff929144.aspx

Actual Results

In the section "What is a Filetable" there is a piece that states, "A FILESTREAM column for stream data and a file_id (GUID) identifier. (The FILESTREAM column is NULL for a directory.)"

Expected Results

The above sentence should read:
In the section "What is a Filetable" there is a piece that states, "A file_stream column for stream data and a stream_id (GUID) identifier. (The file_stream column is NULL for a directory.)"

Platform

 

Virtualization

 
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 1/18/2013 at 8:32 AM
Made this change as you suggested. Thank you for submitting this. It will appear in the MSDN version of the topic in a couple weeks.
Sign in to post a workaround.