Thursday, March 8, 2012

Database Restore Fails

HI to All!
I have posted previously that database resotre giving me Device
Activation Error which is solved. Now it is giving me the following
error:
Server: Msg 3270, Level 16, State 1, Line 1
An internal consistency error occurred. Contact Technical Support for
assistance.
Server: Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
Any Help!
Thanx
Farid
*** Sent via Developersdex http://www.codecomments.com ***You should do what the error say. There is a problem in the backup, open a c
ase with MS Support and
see if they can handle it. Also, if the original database is still around, u
se DBCC CHECKDB to see
if it has any corruptions.
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
Blog: http://solidqualitylearning.com/blogs/tibor/
"Ghulam Farid" <gfaryd@.yahoo.com> wrote in message news:%23w63%23Zf2FHA.896@.TK2MSFTNGP09.phx
.gbl...
>
> HI to All!
> I have posted previously that database resotre giving me Device
> Activation Error which is solved. Now it is giving me the following
> error:
> Server: Msg 3270, Level 16, State 1, Line 1
> An internal consistency error occurred. Contact Technical Support for
> assistance.
> Server: Msg 3013, Level 16, State 1, Line 1
> RESTORE DATABASE is terminating abnormally.
> Any Help!
> Thanx
> Farid
>
> *** Sent via Developersdex http://www.codecomments.com ***|||Hi,
Execute DBCC CHECKDB in the source database where you took the backup. See
if there is any errors on it.
If you do not have the source database then open a case with microsoft and
seek their help in restore
Thanks
hari
SQL Server MVP
"Ghulam Farid" <gfaryd@.yahoo.com> wrote in message
news:%23w63%23Zf2FHA.896@.TK2MSFTNGP09.phx.gbl...
>
> HI to All!
> I have posted previously that database resotre giving me Device
> Activation Error which is solved. Now it is giving me the following
> error:
> Server: Msg 3270, Level 16, State 1, Line 1
> An internal consistency error occurred. Contact Technical Support for
> assistance.
> Server: Msg 3013, Level 16, State 1, Line 1
> RESTORE DATABASE is terminating abnormally.
> Any Help!
> Thanx
> Farid
>
> *** Sent via Developersdex http://www.codecomments.com ***

No comments:

Post a Comment