Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi
when this code is run in sql server query , this error message would be produced:


code:

SQL
CREATE DATABASE MyFsDb
ON
PRIMARY ( NAME = MyFsDat,
    FILENAME = 'c:\data\myfsdat.mdf'),
FILEGROUP MyFsGroup CONTAINS FILESTREAM( NAME = MyFs,
    FILENAME = 'c:\data\myfs1')
LOG ON  ( NAME = MyFsLog,
    FILENAME = 'c:\data\myfslog.ldf')
GO

----------------------------------------------
error message :

Msg 5591, Level 16, State 1, Line 1
FILESTREAM feature is disabled.



thanks
Posted
Updated 4-Dec-14 0:49am
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900