A linked server has been (accidentally) removed from a SQL Server instance and nobody knows the credentials to re-create it from scratch.
So, is there a way to restore the linked server from a backup (presumably msdb) taken before its deletion?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have finally used details in master.dbo.sysservers (SQL Server 2000) to recreate the linked server and created new credentials in order to connect.
Thanks for the comments.