Viewing 6 posts - 16 through 21 (of 21 total)
anthony.green (4/30/2012)
also are BFlights and Transactions in the...
April 30, 2012 at 6:33 am
That's my mistake when removing the dbo's before I copied the SQL. I still get that error.
April 30, 2012 at 6:03 am
I think I've found the answer:
SELECT Dimensions.Stores.Store
, Dimensions.Stores.StoreCode
, Dimensions.Regions.Region
, COUNT(Transactions.TransactionID) AS CountOfTransactions
FROM ...
April 3, 2012 at 7:30 am
Yes and no.
I'll try to explain. The way our sales process works after a marketing campaign is like this:
Campaign is sent out to multiple entities(essentially a different tables...
December 15, 2011 at 2:20 pm
Thanks, That seems a very obvious answer once I read it. D'oh! Which leads me to see a fatal floor in my plan and subsequently onto my next question....
December 15, 2011 at 1:46 pm
Viewing 6 posts - 16 through 21 (of 21 total)