Linked Server Catalog

  • I have a two linked servers...

    My one linked server lists all the db's under catalog.

    Everything was working fine.

    But I added an extra Db to my linked server...but I can't see it under catalog

    I can see all the other DB's..just not the new one I just added.

    How do I add this new DB to my catalog list?

  • You created one more database? I did not get the question

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

  • Do the login(s) which you are using to connect your linked server have permissions for the new database?

  • yeah everythings the same I can see all the old DB's in the catalog

    just not the new DB I just created.

  • which catalog ? try this select * from sys.databases where name = 'new Db name'

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • It was permissions!

    Thanks guys!

    Good karma to you all..

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

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