swede27410
0 pts. | Mar 24 2005 7:59AM GMT
I think you problem is that your linkedserver name is linkedserver. The linkedserver name can be anything that you wish. Having special characters in the the name does not require it to be enclosed in brackets. The only time you need brackets is when you have spaces in the name. Our linked server names are in the form of servername_databasename (ex. server01_database01).
mejohnson
0 pts. | Mar 24 2005 8:40AM GMT
check out openquery…
SELECT * FROM openquery(LNKDSRVR1, ’select * from TESTDB.DBO.TESTTABLE) testtable
Me Linda






