sysremote_indexes

  • How to select data from sysremote_indexes system table?

    I get following error.

    /*-----------------------------

    select * from dbo.sysremote_indexes

    -----------------------------*/

    Server: Msg 201, Level 16, State 7, Line 1

    Procedure 'dbo.sysremote_indexes' expects parameter 'ServerName', which was not supplied."

  • SELECT * FROM master.dbo.sysremote_indexes('YourLinkedServer','RemoteDatabase','dbo')

    Tom

    http://kbupdate.info/

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

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