SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,279 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to create file table but i dont want to locate with same standard tables. Because of that i want to create another mdf file for file tables. Is it possible?
You can not create a FileTable in a regular database file group at all, you have to create a FILESTREAM filegroup first, see Create, Alter, and Drop FileTables => Requirements and Restrictions for Creating a FileTable: "A FileTable requires a valid FILESTREAM filegroup, since a FileTable contains a FILESTREAM column."