Reputation: 151
I'm preparing to use the FileTable feature in SQL Server 2012, but I'm unclear about how backups work with this feature:
1) Does a full database backup include FileTable files?
2) How would I perform the restore of a single file, for example?
Upvotes: 4
Views: 3927
Reputation: 151
Solution:
Does a full database backup include FileTable files?
When you use SQL Server to back up a FileTable, the FILESTREAM data is backed up with the structured data in the database.
How would I perform the restore of a single file, for example?
For detailed example refer to (Page 319): Backup and Restore for FILESTREAM Databases.
Solution given in this post.
Upvotes: 5