I am seeing this Error Msg: rnServer: Msg. 1902‚ Level 16 State3‚ Line1
Cannot create more than one clustered index on %S_MSG '%.*ls'. Drop the existing clustered index '%.*ls' before creating another.
how can I fix this error?
I am seeing this Error Msg: rnServer: Msg. 1902‚ Level 16 State3‚ Line1
Cannot create more than one clustered index on %S_MSG '%.*ls'. Drop the existing clustered index '%.*ls' before creating another.
how can I fix this error?
You must run the DBCC CHECKDB and find the causes of the error in the error log file otherwise restore from full backup.