Cannot write property IsFileStream

22,382

Solution 1

Currently you are using preview version of SQL Server 2014 (Community Technology Preview 2) which could be unstable.

You should use latest stable (RTM) version from http://msdn.microsoft.com/en-us/library/dn434042.aspx

Solution 2

SQL Server Management is unable to set up the default property while creating a database using previous version of SQL Server Management Studio.

Solution 3

Select the master database and write a query to create database Example create database XYZ

Solution 4

There is another possibility which you can check as part of SQL Server instance properties. I'm facing this issue with SQL Server 2014 express edition also. It might be the case that the Filestream Access Level configuration (inside Advanced node) is currently disabled for your SQL Server instance. Try changing it to Full access enabled to resolve this issue. Have a look at the below snapshot -

enter image description here

Share:
22,382
Edd
Author by

Edd

I write poetry that only web browsers can properly understand. I love my audience, because when they don't like or understand something, they tell you right away.

Updated on January 07, 2021

Comments