Creating an index on a view with OpenQuery
        Posted  
        
            by Sung Meister
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sung Meister
        
        
        
        Published on 2010-05-04T18:54:48Z
        Indexed on 
            2010/05/04
            18:58 UTC
        
        
        Read the original article
        Hit count: 396
        
SQL Server doesn't allow creating an view with schema binding where the view query uses OpenQuery as shown below.

Is there a way or a walk-around to create an index on such a view?
© Stack Overflow or respective owner