RE: about Linked Servers
From: linda deng[MS] (lideng@online.microsoft.com)
Date: 05/30/02
- Next message: Jeremy Knox: "New to SQL server"
- Previous message: [MS] Eric Yang: "RE: Transfert login/password from 70-65 to 80"
- In reply to: Windboy: "about Linked Servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: lideng@online.microsoft.com (linda deng[MS]) Date: Thu, 30 May 2002 11:28:38 GMT
Hi Windboy,
If the four-part naming convention does not work, you can utilize
'OPENQUERY'. Or you can try to change the four-part query to upper case
instead of lower case and it probably works. From Q248062: When using SQL
linked Server queries with a four part name to access mixed-case tables in
Oracle (created without using quotes), users will need to access it using
upper case letters, from SQL Server, such as:
Select * from OracleServer..DEMO.SQLCUST
For more details, please refer to
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q248062.
Sincerely,
Linda Deng
Microsoft Support Engineer
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Jeremy Knox: "New to SQL server"
- Previous message: [MS] Eric Yang: "RE: Transfert login/password from 70-65 to 80"
- In reply to: Windboy: "about Linked Servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|