sql server - create view with indexes -


I would like to create a scene, which will present the same property as a table

  View Agent_view as Agent View   

I need to know that I need to make indexed in Agent_View similar to Agent_table Also.

Do I need to declare Agent_View as schemabound to create an index? Is there any alternative way to make indexes without declaring as schemound?

You can index the view with SELECT * because you are indexed Without having titration

not just a macro that is spread in the external query. Therefore table indexes will be used anyway. The scene does not exist from a schema perspective.

Finally, IMHO is probably the most useless use of a possible view, it adds zero value .

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -