I am using SQL Server 2008 R2
. It is working fine. But recently, I have changed my hosting server and I came to know that they have installed SQL Server 2012
on Server.
Now, Issue is that after connecting with Server Database through SQL Server 2008 R2
, When I click on any table name or Stored Procedure, I am getting error : Index was outside the bounds of the array. (Microsoft.SqlServer.smo)
So, is there any issue from my side or It is from Server Side ??? and How can I prevent this issue ?
Restarting the Management Studio worked for me.