How to use a SQL2000 Linked Server to query an Oracle 11G table
Can someone help me construct the SQL that I need to query the Projects_dim table using the Linked Server "idwd"? To test the connection, I ran a sample query using the linked server name. To access the tables on the linked server, I used a four-part naming syntax: linked_server_name.catalog_ name.schema_name.table_name. replacing the values, you get: idwd.idwd.wimr.PROJECTS_DIM of should it be the following? idwd..wimr.PROJECTS_DIM The database name is "idw" but the grid below shows a blank value under "catalog", which is one source of my confusion, though I believe that the more likely