简体   繁体   English

DB 比较器索引超出了数组的范围

[英]DB Comparer Index was outside the bounds of the array

I am using the SQL server 2017 standard version.我用的是SQL server 2017标准版。 At the same, I am using db comparer for comparing databases..同时,我正在使用db comparer来比较数据库..

When I click on the database name in db comparer tool,当我在db comparer工具中单击数据库名称时,

we got an error Index was outside the bounds of the array.我们得到一个错误索引超出了数组的范围。

solution 1解决方案 1

Upgrade your SqlServer management studio from 2008 to 2012 Or Download the service packs of SqlServer Management Studio and update probably resolve you solution将您的 SqlServer Management Studio 从 2008 升级到 2012 或下载 SqlServer Management Studio 的服务包并更新可能会解决您的问题

You can download the SQL Server Management studio 2012 from below link Microsoft® SQL Server® 2012 Express http://www.microsoft.com/en-us/download/details.aspx?id=29062 You can download the SQL Server Management studio 2012 from below link Microsoft® SQL Server® 2012 Express http://www.microsoft.com/en-us/download/details.aspx?id=29062


solution 2解决方案 2

https://www.microsoft.com/en-us/download/details.aspx?id=42299 https://www.microsoft.com/en-us/download/details.aspx?id=42299

Install SSMS2014.安装 SSMS2014。 Do it by click download on Microsoft® SQL Server® 2014 Express, then scroll down to the bottom and install SQL Server 2014 Management Studio.在 Microsoft® SQL Server® 2014 Express 上单击下载,然后向下滚动到底部并安装 SQL Server 2014 Management Studio。 Then suddenly DBComparer started working again.然后突然 DBComparer 又开始工作了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 指数数组的边界之外 - Index was outside the bounds of the array DataReader索引超出数组范围 - DataReader index outside bounds of Array 试图从数组中选择一个随机值(填充了来自 db 的 id),它抛出索引超出了数组的范围。' 有时,为什么? - tried to choose a random value from array (filled with ids from db) and it throws Index was outside the bounds of the array.' sometimes, why? sql语法问题和/或代码问题? “指数数组的边界之外。” - sql syntax problem and or code problem? “Index was outside the bounds of the array.” 从excelsheet读取时索引超出了数组的范围 - Index was outside the bounds of the array while reading from excelsheet 实体框架抛出异常:index超出了数组的范围 - Entity Framework throws exception: index was outside the bounds of the array VB.net SUM:错误索引超出了数组的范围 - VB.net SUM :error Index was outside the bounds of the array 将类添加到列表C#时,索引超出了数组的范围 - Index was outside the bounds of the array when adding class to list C# Index was outside on the bounds of array error on c# log in with SQL - Index was outside on the bounds of array error on c# log in with SQL 当参数为空白时,索引在SSRS中的数组范围之外 - index was outside bounds of array in SSRS when parameter come as blank
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM