解决还原数据库是出现system.data.sqlclient.sqlerror filestream功能被禁用的问题

 

在master数据库下新建查询

输入如下语句:

USE master
GO
 
EXEC sp_configure filestream_access_level, 2
RECONFIGURE

执行

成功还原数据库

猜你喜欢

转载自www.cnblogs.com/no27/p/9101432.html
今日推荐