Problem after disaster recovery
- From: Pitcairnia <Pitcairnia@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 Dec 2008 12:32:32 -0800
A serious system crash took out one of our db servers. We were able to
recover all the databases including the system databases. The operating
system was reinstalled folowed by SQL Server 2005. I shut down the services
and copied the database files and log files into the data directory. When the
services were restarted, the databases were all present and usable with the
following exception.
There are a number of views in the database which use a linked server named
ADSI which gets Active Directory data. Any time any of these views are
queried the following error is returned:
An error occurred during decryption.
Additionally I can drop the views but I cannot recreate the views. I can
drop the linked server but cannot recreate it. Actually that's not exactly
accurate. I can recreate it (sp_addlinkedserver) but cannot add the login
(sp_addlinkedsrvlogin).
Any help greatly appreciated, I need to get this back online ASAP.
.
- Follow-Ups:
- Re: Problem after disaster recovery
- From: Dan Guzman
- Re: Problem after disaster recovery
- From: Uri Dimant
- Re: Problem after disaster recovery
- Prev by Date: Re: using Source Code Analyzer for SQL Injection
- Next by Date: New SQL Server Threat - Advisory 961040
- Previous by thread: sp_adduser
- Next by thread: Re: Problem after disaster recovery
- Index(es):
Relevant Pages
|