When you specify a table name in Viewpoint, you have to select the database name first. The "table" as a classification criteria is actually a "database+table" combination. So there should not be a problem classifying on Prod.Table_name.
If you select "Database=PROD" as its own target selection criteria, then all objects within that database are included. In that case a table scan on any table within the PROD database would potentially classify to that workload (based on how you set up other workloads and the workload evaluation order).
Steven,
When you specify a table name in Viewpoint, you have to select the database name first. The "table" as a classification criteria is actually a "database+table" combination. So there should not be a problem classifying on Prod.Table_name.
If you select "Database=PROD" as its own target selection criteria, then all objects within that database are included. In that case a table scan on any table within the PROD database would potentially classify to that workload (based on how you set up other workloads and the workload evaluation order).
Thanks, -Carrie