November 21, 2007 at 12:41 am
Yes, I am using also Idera's Diagnostic Manager since a couple of months and I could say that it is fantastic! I solved a lot of problems like blockings, deadlocks, and worst-performing queries and stored procedures. It is awesome! Now, I am a happy DBA! 🙂
November 21, 2007 at 4:21 pm
EDIT: Actually, create a database on the new server with the same name as the database you're linking to on the old server. Create views which have the same name as the table objects on the old server. Define those views as having SELECT statements using the 4 part naming convention.
I must be getting old... Brian keeps beating me on these posts 😛
That would be a great way to do it... think of the views as "synonyms" for the tables.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2007 at 8:34 am
SQL 2005 has synonyms that are for situations like this.
July 13, 2011 at 2:19 pm
Can you help me with your procedure, I too ran into the same issue.
your code might help me to an extent.
Thank you
Sreekanth
Viewing 4 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply