Viewing 6 posts - 1 through 6 (of 6 total)
I was able to find an equivalant for
select *
from master.dbo.SYSREMOTE_TABLES (
'lnkservername',
...
May 15, 2008 at 9:18 am
Yes, i tried the query
select *
from master.dbo.SYSREMOTE_TABLES (
'LnkServerName',
...
May 15, 2008 at 9:00 am
Thank you very much for the quick response.
That provided the data that i wanted. I kicking myself for forgetting about using OPENQUERY to retrieve the information.
I...
May 14, 2008 at 9:37 am
thanks for the reply; not all the servers are SQL servers. I have an informix, and MySQL server. What i am trying to do is create a user...
May 14, 2008 at 9:18 am
I gave that a try but i received the following error invalid object name linksername.dbname.sysobjects
May 14, 2008 at 8:36 am
Viewing 6 posts - 1 through 6 (of 6 total)