sql执行正常merge、escape日志报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql执行正常merge、escape日志报错相关的知识,希望对你有一定的参考价值。
参考技术A 1、首先修改druid配置文件。2、其次把sql合并关掉解决了。
3、最后把这个配置改为false即可。
SQL SERVER 2012 AGENT 的 BUG
背景:sql server 2012 agent 10s 间隔调用powershell 脚本。
现象描述:
正常运行180次左右后报错
报错信息:如下图
历史日志查看不到具体细节错误,并且单独运行powershell脚本无报错
查询日志报错,发现是微软bug。
日志 SQL Server 代理 (当前 - 2012/10/29 15:18:00)
消息 Reloading agent settings
原因:微软BUG
解决办法:
Go to registry on your SQL Server machine and navigate to corresponding SQL Instance registry key: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SQL Server\\ MSSQL11.YOUR_INSTANCE_NAME\\SQLServerAgent
Change registry settings called “AutoRegistryRefresh” from 1 to 0.
然后重启SQL SERVER AGENT 服务后,手动执行,正常运行。
以上是关于sql执行正常merge、escape日志报错的主要内容,如果未能解决你的问题,请参考以下文章
es 中的.keyword导致的 [categoryName] if different type, current_type [text], merged_type [keyword]报错解决(代码