Good day all. I'm working on some SSIS jobs to extract summary data for analysis in an external BI solution.
Unfortunately, there are some relatively "simple" things that I can't seem to determine by looking at the data in it's raw form. I suspect those who have worked with the database directly will know this stuff without having to think much about it. Please advise if you can. Thanks in advance:
1) Sales Order Status seems to be a very limited set of values, and I don't know how to translate them. Is there more to it?
2) How do I determine if an order was cancelled?
3) I cannot seem to tie return tables to sales tables. It doesn't seem that any of the Sales Order/Line ID's exist in the return tables.
4) Is there a general reference of some kind that would allow me to research these types of basic questions myself?
Happy coding!