Viewing 15 posts - 76 through 90 (of 137 total)
quote:
Somebody has advised to store the text fields in separate tables which will be linked to the original table with the GUID...
October 2, 2003 at 8:57 am
This is bad in almost every case, however there is one situation where there might be a good reason. Are they both in the same direction?
Keith Henry
DBA/Developer/BI...
October 2, 2003 at 8:47 am
Doh! yes.
Stags sent me an email and I helped him out directly in the end
Keith Henry
DBA/Developer/BI Manager
October 2, 2003 at 8:33 am
Welcome to the !Joy! of debugging MSOLAP. It's handled errors are about as helpful as a sackful of pissed monkeys.
Is this the only cube with...
October 2, 2003 at 8:21 am
quote:
In normal practise this is considered as datetime.
What normal practise?
Keith Henry
DBA/Developer/BI Manager
October 2, 2003 at 8:10 am
quote:
What is it with you English speaking persons that you seem to have a problem understanding your own language?
October 2, 2003 at 8:08 am
What indexes are on this table and does it have any text/ntext/image fields?
Keith Henry
DBA/Developer/BI Manager
October 2, 2003 at 1:57 am
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...
October 1, 2003 at 10:05 am
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...
September 30, 2003 at 3:34 am
quote:
thanks steve,i can't seem to work out how to use that in a calculated member.
September 30, 2003 at 1:57 am
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...
September 30, 2003 at 1:51 am
quote:
Ok, sorry, I had assumed you were using an access project to run the queries(stored procs) on the server. It looks like...
September 30, 2003 at 1:43 am
In access?
Keith Henry
DBA/Developer/BI Manager
September 30, 2003 at 1:35 am
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...
September 28, 2003 at 12:12 am
Viewing 15 posts - 76 through 90 (of 137 total)