Hi,
We a have 2 SQL Server 2005 instances 'ins1' on Server A & 'ins2' on Server B. ins1 & ins2 are serving for 2 different applications.
ins1 has ins2 as Linked server and through this Linked server ins1's application connecting to one of the databases 'Mydb' in ins2.
Now we moved the database 'Mydb' to ins1 from ins2 and we do not need linked server and I removed the linked server. But the application is not working.
What I have to do in order to make the application work after removing Linked server and Restoring the 'Mydb' to ins1?
thanks