Hello
Assuming the view returns the same number of records at the table
e.g. tblItem has details of 1000 Items
VwItem also has these 1000 items but perhaps does some additional calculations
If I wanted to join to return (for example) the item description what should I join to?
Is it more efficient to join to tblItem or vwItem
OR is it the same?
Thanks
Assuming the view returns the same number of records at the table
e.g. tblItem has details of 1000 Items
VwItem also has these 1000 items but perhaps does some additional calculations
If I wanted to join to return (for example) the item description what should I join to?
Is it more efficient to join to tblItem or vwItem
OR is it the same?
Thanks