0
点赞
收藏
分享

微信扫一扫

hive 之select 中文乱码

艾晓雪 2023-10-15 阅读 35

标题: Microsoft SQL Server Management Studio
------------------------------

服务器 "192.168.31.132" 的 附加数据库 失败。  (Microsoft.SqlServer.Smo)

有关帮助信息,请单击: https://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=16.100.46041.41+(SMO-master-A)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=附加数据库+Server&LinkId=20476

------------------------------
其他信息:

执行 Transact-SQL 语句或批处理时发生了异常。 (Microsoft.SqlServer.ConnectionInfo)

------------------------------

Database 'XXXXXX' cannot be upgraded because it is read-only, has read-only files or the user does not have permissions to modify some of the files. Make the database or files writeable, and rerun recovery. (Microsoft SQL Server,错误: 3415)

有关帮助信息,请单击: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=15.00.4261&EvtSrc=MSSQLServer&EvtID=3415&LinkId=20476

------------------------------
按钮:

确定
------------------------------
 

 

文件权限问题,处理:

chmod 777 文件赋予所有用户可读可执行(最高权限是 777)
chmod 777  OA.Web.mdf
chmod 777  OA.Web_log.ldf

 

举报

相关推荐

0 条评论