azureazure-sql-database

Unable to connect to new Azure Fabric SQL Database Error: Invalid object name 'sys.database_filestream_options'


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:

enter image description here

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


Solution

  • 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:

    1. In SSMS, right-click on the server name and choose Properties.
    2. Navigate to the Advanced page and ensure that the FILESTREAM Access Level is set to a value other than Disabled.

    enter image description here