Read Part 1 Working with FileTables in SQL Server 2012 – Part 1 – Setting Up Environment Read Part 2 Working with FileTables in SQL Server 2012 – Part 2 – Methods to Insert Data Into Table In this third part of the series, we will see how we can retrieve various information from the FileTable database.Identify Directory or File You can run following query which will give details if query is file or directory. USE FileTableDB
GO SELECT [name] ,[filetype] ,CAST([filestream] AS VARCHAR) FileConte...
No comments yet, be the first one to post comment.