Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Link Server Script

    I was able to find an equivalant for

    select *

    from master.dbo.SYSREMOTE_TABLES (

    'lnkservername',

    ...

  • RE: Link Server Script

    Yes, i tried the query

    select *

    from master.dbo.SYSREMOTE_TABLES (

    'LnkServerName',

    ...

  • RE: Link Server Script

    Hi,

    is there an equivalent query for SQL 2005?

  • RE: Link Server Script

    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...

  • RE: Link Server Script

    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...

  • RE: Link Server Script

    I gave that a try but i received the following error invalid object name linksername.dbname.sysobjects

Viewing 6 posts - 1 through 6 (of 6 total)