在SQL Server中使用Multiple Server Query Execution这个功能做数据库维护或脚本发布时非常方便,昨天由于磁盘空间原因,删除清理了大量的软件和组件,结果导致SSMS客户端出了问题,重装过后,使用Multiple Server Query Execution时,出现了大量下面错误:
An error occurred while executing batch. Error message is: The result set could not be merged because the result schema did not match the schema from the first responding server.
出现这个问题,只需要在SSMS的选项(Options)-> Query Results -> MultiServer Results -> Merge results 将这个选项的值从“True”值修改为“False"值。
本文介绍了解决在SQL Server Management Studio (SSMS)中使用MultipleServerQueryExecution功能时遇到的错误方法。只需通过调整SSMS选项中的Mergeresults设置即可轻松解决问题。


2152

被折叠的 条评论
为什么被折叠?



