Quick Introduction – What is FileTable in SQL Server 2012 ?
Hi guys, With the release of SQL Server 2012, couple of Programmability enhancements are also introduced. One of the cool feature is “FileTable”. So, what is FileTable and Why do we need it? Applications typically store data within a relational database. But as we know that different applications stores their data in their own formats which could be unstructured formats for other applications and database, e.g. word or excel documents, media files, XML files etc. Unstructured data usually resides on a file server (File System) and not directly in a relational database such as SQL Server. (Because if we do … Continue reading →