When trying to delete a FileTable, the following error occurs:
Message 33405, Level 16, State 7, Line 1 Error during operation on an object table Discard FileTable. (HRESULT = '0 x80070490 ').
When trying to delete a FileTable, the following error occurs:
Message 33405, Level 16, State 7, Line 1 Error during operation on an object table Discard FileTable. (HRESULT = '0 x80070490 ').
I found this on stackoverflow with the same issue. The solution there solved it for me. (Rename the Filestream Directory Name to something unique.) https://stackoverflow.com/questions/29777357/sql-server-2012-filestream-an-error-occurred-during-the-drop-table-operation-o
Due to the urgency we do not expect a return of support from Microsoft, but it seems that the error occurred due to attempt to put the database offline.
We solve the error as follows:
Since we had a base equal to the base model which showed the error, made the copy of the data base with an error (except FileTable) for the base model and recreate the FileTable. It was in this way that we solve.
Because we applied the solution before the return of support, they could not diagnose prescision.