I have just created our first Azure Fabric SQL Database, however when I attempt to connect to the database I get the error: "Invalid object name 'sys.database_filestream_options'."
Any thoughts on why I might be getting the error?
The details that I'm using to connect to the Fabric Database is as follows:
The server is:
hst37dg5zi3ubnnbowh254jpyy-exnwgcizvwnurfcoqllpyaj3q4.database.fabric.microsoft.com,1433
and the database is:
fbr_configDB-900814cf-bd9f-4b6c-8dcb-92d898c2deb5
Can someone let me know how to determine the 'System view'?
I should mention that I don't get this problem when I connect to the Database with SSMS
The sys.database_filestream_options
system catalog view provides details about the level of non-transactional access to FILESTREAM data that is enabled for FileTables within a database.
To enable FILESTREAM in SQL Server Management Studio (SSMS), follow these steps: