Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi All,I have two tables in my MSSQL DB:dbo.SaaSPricingdbo.SaaSBillingI want to multiply columns from two seperate tables in ASPRunner Pro. For example:dbo.SaaSBilling.Base dbo.SaaSPricing.BaseCostdbo.SaaSBilling.Base dbo.SaaSPricing.BaseRetailI have tried a few methods, but none seem to work. Any ideas?Thanks,Jason
Jason,I would suggest to check SQL Server manual for specific syntax you need to use.Take a look at this article just in case:http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/188e2fbc-e0ba-4876-8a4a-1c04a15292b2/