sql server - Index hints cannot be specified within a schema-bound object -



sql server - Index hints cannot be specified within a schema-bound object -

i receive error message when altered view "index hints cannot specified within schema-bound object."

how can solve problem?

indexed views cannot altered; have dropped , re-created.

sql-server view alter

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -