Microsoft SQL Server management studio Cannot write properly IsFileStream

Asked By 60 points N/A Posted on -
qa-featured

Hello People,

While Creating a New DB on SQL Server7 using SQL Server Management Studio 2008 R2, I get the following error.

Thanks for all support and solutions.

Microsoft SQL server management studio

Cannot write properly IsFileStream. This property is not available on SQL server 7.0.

(Microsoft.SqlServer.smo)

SHARE
Answered By 0 points N/A #146971

Microsoft SQL Server management studio Cannot write properly IsFileStream

qa-featured

“Hello”

“As for creating a new DB on SQL Server7 you are using SQL Server Management studio which is not able to set up the default property you are getting this cannot write property IsFileStream Error.  To solve this issue you can do one of the following:

First Instead of creating new DB using SQL server management, create it using Create Database statement using Query Analyzer and

 Second you can upgrade a management studio.”

“Hope it will work well for you”

“Best Luck!”

Related Questions