Linked Server Table List Limited to One DB

  • I'm new to SQL Server...

    I'm using SQL security to set up a linked server. However, the tables listed in the linked server window in EM are limited to system tables and only the tables of the default db of the SQL login.

    I need to list tables from several dbs, not just the default db and cant find a way to do this, despite the fact that the SQL login is set as SQL System Administrator.

    Does anyone know...

    1. Is it possible?

    2. How to set up this user?

    Any help greatly appreciated.

  • This was removed by the editor as SPAM

  • To see data in databases besides the default run this in Query Analyzer:

    Select * from linkedservername.databasename.dbo.tablename

     

     

    Aunt Kathi Data Platform MVP
    Author of Expert T-SQL Window Functions
    Simple-Talk Editor

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply