2
Shouts

SQL SERVER – Working with FileTables in SQL Server 2012 – Part 3 – Retrieving Various FileTable Properties « SQL Server Journey with SQL Authority

published 392 days, 20 hours, 8 minutes ago posted by pinaldavepinaldave 398 days, 17 hours, 50 minutes ago
Friday, April 27, 2012 12:03:49 PM GMT Saturday, April 21, 2012 2:21:05 PM GMT

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...

category: Data | clicked: 48 | | source: blog.sqlauthority.com | show counter code

No comments yet, be the first one to post comment.

To post your comment please login or signup