Dear all,
When I try to post I am getting error related to SQL. When I run DBCC function in SQL, it is showing error table sysobjvalue which tells there are duplicate keys on the table. Now I am unable to access the table.
anyone have idea, please help me
warm regards
Kris
0
Answers
As I got, you have duplication in primary key in sysobjvalue table? Can you make e.g. select in SSMS for this table?
could you attach a screenshot with error?
1. G/L Entry permission
2. G/L Entry consistency
3. G/L Entry reindex
4. Some hanged process which holds locks
5. Some background process interferes to your process
using dbcc i repaired and later RE INDEX
THANKS