0

Does SQL Server Express support filetables? If not, what's the nearest approach to filetables in SQL Server Express?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Mahdi Tahsildari
  • 13,065
  • 14
  • 55
  • 94

1 Answers1

5

A quick peek at Features support by the SQL Server editions and a search for FILETABLE shows: yes, SQL Server Express does indeed support file tables

enter image description here

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • thanks mark, but currently under Tables node I just have 'System Tables' and there is no 'File Tables' node. I have Microsoft Sql Server 2012 express – Mahdi Tahsildari Aug 08 '14 at 07:23