Getting error when trying to get standard reports in SQL Server Management Studio
I am trying to get the size for a particular Database in one of the the SQL Servers using SSMS. I goto the Database --> Reports --> Standard report and Disk usage... I am getting this error: " Index (zero based) must be greater than or equal to zero and less than the size of the argument list."
My questions :
1. what does this mean? Should I be concerned with something?
2. Is there another way to get the size?
Any help will be highly appreciated.
Microsoft SQL ServerDatabasesMicrosoft SQL Server 2008
Last Comment
Nakul Vachhrajani
8/22/2022 - Mon
Aneesh
seems like the database computability is not set properly ; check version of SSMS and th compatibility of your database; Assuming its not production, you could change the compatibility of the database to match SSMS
I suspect your SSMS version does not match the version of the SQL instance (for example, if the SQL instance is on SQL 2012, you may be using a SQL 2008 instance of SSMS). Please try to see if you can use the appropriate instance of SSMS.
This is an issue with the tools being used to utilize to the SQL Server reporting services. I do not believe changing the database compatibility level will help.