Viewing 15 posts - 76 through 90 (of 138 total)
What indexes are on this table and does it have any text/ntext/image fields?
Keith Henry
DBA/Developer/BI Manager
Keith Henry
It wasn't that confusing. It was still obvious what the answer was. The QOD tends not to be "English Logic Tricks" but SQL tests. Maybe...
Keith Henry
select 1 as tag, null as parent,
'whatever' as [FREEFORMENDORSEMENT-EW502!1!attrib],
null as [HEADING!2!!element],
null as [DESCRIPTION!3!line],
null as [DESCRIPTION!3!!element]
union all
To be honest this is the sort of situation where direct SQL may be better. OLAP is very very good for mining style reports; How many dodads...
Keith Henry
quote:
thanks steve,i can't seem to work out how to use that in a calculated member.
Keith Henry
MSDE (the FREE version of SQL) beats Access in every possible way. Therefore cost is no reason to pick Jet.
The Jet engine does, will and...
Keith Henry
quote:
Ok, sorry, I had assumed you were using an access project to run the queries(stored procs) on the server. It looks like...
Keith Henry
In access?
Keith Henry
DBA/Developer/BI Manager
Keith Henry
That'll be the aggregations on the cube, you need to add them to start and end dates, also you don't need the dates to go off as far...
Keith Henry
Viewing 15 posts - 76 through 90 (of 138 total)