We are facing the DB consistency issues with system databases .
Error and OS and SQL Version details .
OS Version: Windows Server 2012 R2 Standard
SQL Version: Microsoft SQL Server 2012 (SP1) Enterprise Edition (64-bit)
Issue: We are facing Data Purity Check issues while doing checkdb on Master DB.
Error: Msg 2570, Level 16, State 2, Line 1
Page (1:85), slot 31 in object ID 58, index ID 1, partition ID 281474980511744, alloc unit ID 72057594037993472 (type "In-row data"). Column "name" value is out of range for data type "nvarchar". Update column to a legal
value.
CHECKDB found 0 allocation errors and 1 consistency errors in table 'sys.sysbinobjs' (object ID 58).
CHECKDB found 0 allocation errors and 1 consistency errors in database 'master'.
Please advise
Kiran