Forum Discussion

lbendlin's avatar
lbendlin
Icon for Super User rankSuper User
6 years ago

Cannot see dataset partition properties with SSMS any more

Until very recently I had no problem checking my incremental refresh dataset's partitions via SSMS.  Now the attempt to right click on the table and select "Partitions" returns an error: 

 

 

 

Microsoft SQL Server Management Studio
------------------------------

The given key was not present in the dictionary. (mscorlib)

 

 

 

SSMS version is 18.5.

Still works fine with DAX Studio (and also works in SSMS when running the MDX query

 

select * from $SYSTEM.TMSCHEMA_PARTITIONS

 

), so I am a bit at a loss what might cause this or where to look? 

No RepliesBe the first to reply