Quantcast
Viewing all articles
Browse latest Browse all 175888

RE: How can i coding computed column with SQL Condition

Don't use computed columns to enter select statements in a view. This will make your SQL fire a select per row. RBAR.

What you want is an inner join between the InventJournalTrans and a table/view that has the fields itemid, and every dimension. This can be renedered by the SQL server in a non-RBAR way.


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>