SQL 2012 has a new feature: fieltable
I have a database which has a filetable: tblFileTable
When i try to reverse engineer the code first model, i got the following error?
"One or more errors occurred while loading schema information.
error 6004: The table 'Development.dbo.tblFileTable' is referenced by a relationship, but cannot be found."
Filetables should be skipped by the code generator at least. As other unsupported objects. (e.g hierarchyid)
I have a database which has a filetable: tblFileTable
When i try to reverse engineer the code first model, i got the following error?
"One or more errors occurred while loading schema information.
error 6004: The table 'Development.dbo.tblFileTable' is referenced by a relationship, but cannot be found."
Filetables should be skipped by the code generator at least. As other unsupported objects. (e.g hierarchyid)