I am new to notion of proxy tables.
We have a SQL Server 2000 and there was SYBASE db which had some proxy tables.
How can I do proxy tables in SQL Server 2008 to point to SQL Server 2000?
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.
Sounds like you want to use a Synonym . http://msdn.microsoft.com/en-us/library/ms177544.aspx.
You have to first link the 2000 server to your 2008 server http://msdn.microsoft.com/en-us/library/ms190479.aspx.