Hi,
I would like to know if using views instead of queries has some performance advantages.
If I must perform many times the same query (a select with a complex where clause), is it better to have a precompiled query or to create a view?


Thanks

Paolo

Reply via email to