A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Outlook » Installation & Setup
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Linked server



 
 
Thread Tools Display Modes
  #1  
Old May 28th, 2004, 11:18 AM
Admin
external usenet poster
 
Posts: n/a
Default Linked server

I linked to paradox table from MSSQL 2000 enterprise server and I saw all
the table name
but my question is how can I make a select statment to see the data?


  #2  
Old May 28th, 2004, 11:30 AM
Roji. P. Thomas
external usenet poster
 
Posts: n/a
Default Linked server

Use four part naming like

SELECT A.Col1, A.col2,A.coln
FROM LinkedServername.Database.owner.Table A



--
Roji. P. Thomas
SQL Server Programmer
"Admin" wrote in message
...
I linked to paradox table from MSSQL 2000 enterprise server and I saw all
the table name
but my question is how can I make a select statment to see the data?




  #3  
Old May 28th, 2004, 11:35 AM
Admin
external usenet poster
 
Posts: n/a
Default Linked server

THANKS A LOT, but the linked server is paradox.
I make a ODBC connection and then I linked into linked server
mean
Select * from LinkedServername...city
is this correct? bcs I have not database name and owner name this is paradox
table

"Roji. P. Thomas" wrote in message
...
Use four part naming like

SELECT A.Col1, A.col2,A.coln
FROM LinkedServername.Database.owner.Table A



--
Roji. P. Thomas
SQL Server Programmer
"Admin" wrote in message
...
I linked to paradox table from MSSQL 2000 enterprise server and I saw

all
the table name
but my question is how can I make a select statment to see the data?






  #4  
Old May 28th, 2004, 12:18 PM
Hari
external usenet poster
 
Posts: n/a
Default Linked server

Hi,

Try

select * from openquery(linked_server_name, 'select * from table_name')

Replace the server name and table name based on ur requirement.

Thanks
Hari
MCDBA


"Admin" wrote in message
...
THANKS A LOT, but the linked server is paradox.
I make a ODBC connection and then I linked into linked server
mean
Select * from LinkedServername...city
is this correct? bcs I have not database name and owner name this is

paradox
table

"Roji. P. Thomas" wrote in message
...
Use four part naming like

SELECT A.Col1, A.col2,A.coln
FROM LinkedServername.Database.owner.Table A



--
Roji. P. Thomas
SQL Server Programmer
"Admin" wrote in message
...
I linked to paradox table from MSSQL 2000 enterprise server and I saw

all
the table name
but my question is how can I make a select statment to see the data?








  #5  
Old May 28th, 2004, 01:02 PM
Admin
external usenet poster
 
Posts: n/a
Default Linked server

I do that and it's not working
Note: this is paradox file and the provider name is ODBC drivers


"Hari" wrote in message
...
Hi,

Try

select * from openquery(linked_server_name, 'select * from table_name')

Replace the server name and table name based on ur requirement.

Thanks
Hari
MCDBA


"Admin" wrote in message
...
THANKS A LOT, but the linked server is paradox.
I make a ODBC connection and then I linked into linked server
mean
Select * from LinkedServername...city
is this correct? bcs I have not database name and owner name this is

paradox
table

"Roji. P. Thomas" wrote in message
...
Use four part naming like

SELECT A.Col1, A.col2,A.coln
FROM LinkedServername.Database.owner.Table A



--
Roji. P. Thomas
SQL Server Programmer
"Admin" wrote in message
...
I linked to paradox table from MSSQL 2000 enterprise server and I

saw
all
the table name
but my question is how can I make a select statment to see the data?










 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:58 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.