Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Transact-SQL (2012)
 Configuring FileTables

Author  Topic 

nica_cher
Starting Member

1 Post

Posted - 2015-02-17 : 14:24:01
Hello, I've got a quick question which I hope I can get some help with.
I need to create a database, and then Implement FileTables for the following text files. Once created, I simply have to delete testfile3 using T-SQL

1) testFile1.txt
2) testFile2.txt
3) testfile3.txt

The above process can be performed either using TSQL or SMSS, but I'd rather know how to do it though T-SQL.
My issue is implementing the filetables. I'm not sure how to create them.
Any help would be appreciated!

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2015-02-17 : 15:38:18
Implementing is a big process.

start here:

https://msdn.microsoft.com/en-us/library/ff929144.aspx
Go to Top of Page
   

- Advertisement -