I have 2 SQL2000 Servers (A and B) that are on the same Domain and are reciprocally linked (via Linked Server functionality).
SQLServer A and SQLServer B use an identically named user account (remote_user) to remotely access each other. This account is a member of the System Administrator's Server role on both machines.
My Problem is as follows:
I can either use a 4-part naming convention query or OPENQUERY to access data on SQL Server B from SQL Server A.
HOWEVER, I can only use the OPENQUERY functionality to access data on SQL Server A from SQL Server B. If I use a 4-part naming convention query I get an "Unknown SQLOLEDB error". My problem is that I need to parse variables through this query so it is imperative that I use the 4-part query rather than OPENQUERY (openquery does not support variables).
Any assistance would be greatly received.
cheers
Skiboy
SQLServer A and SQLServer B use an identically named user account (remote_user) to remotely access each other. This account is a member of the System Administrator's Server role on both machines.
My Problem is as follows:
I can either use a 4-part naming convention query or OPENQUERY to access data on SQL Server B from SQL Server A.
HOWEVER, I can only use the OPENQUERY functionality to access data on SQL Server A from SQL Server B. If I use a 4-part naming convention query I get an "Unknown SQLOLEDB error". My problem is that I need to parse variables through this query so it is imperative that I use the 4-part query rather than OPENQUERY (openquery does not support variables).
Any assistance would be greatly received.
cheers
Skiboy