Linked server and stored Procedures

  • I created a linked server.
    And also enabled the server option of RPC out to true.

    I am able to connect to the linked server and execute stored procedure on it.
    But In SSMS under linked server I can only see list of  tables and views, but I cannot see any stored procedures listed.
    Is that normal or something wrong?

    Thanks

  • sqlfriends - Friday, March 1, 2019 3:32 PM

    I created a linked server.
    And also enabled the server option of RPC out to true.

    I am able to connect to the linked server and execute stored procedure on it.
    But In SSMS under linked server I can only see list of  tables and views, but I cannot see any stored procedures listed.
    Is that normal or something wrong?

    Thanks

    That's normal.

    Sue

  • Thanks, is there document that mentioned that?

    THanks

  • sqlfriends - Friday, March 1, 2019 4:20 PM

    Thanks, is there document that mentioned that?

    THanks

    Maybe somewhere but nothing that I'm aware of. 

    Sue

  • you may not be able to see them on ssms - but you can still execute them on the remote server.

  • yes, I can execute it like I said in my original post. But just wonder why it is not shown in the list in SSMS.

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

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