With SQL Server 2011, a new table type FileTable is introduced for SQL Server developers and administrators.
To create FileTable is easy but has some prerequisites. Before completing these prerequisites if t-sql developers try to create FileTable using CREATE TABLE command, the following SQL Engine error might happen
Msg 1969, Level 16, State 1, Line 1 Default FILESTREAM filegroup is not available in database 'DatabaseName'
No comments yet, be the first one to post comment.