Click here to Skip to main content
15,887,485 members
Home / Discussions / Database
   

Database

 
GeneralRe: Datatype for NULL Pin
Colin Angus Mackay17-Oct-07 2:45
Colin Angus Mackay17-Oct-07 2:45 
GeneralRe: Datatype for NULL Pin
N a v a n e e t h17-Oct-07 2:50
N a v a n e e t h17-Oct-07 2:50 
GeneralRe: Datatype for NULL Pin
Mike Dimmick17-Oct-07 6:33
Mike Dimmick17-Oct-07 6:33 
GeneralRe: Datatype for NULL Pin
N a v a n e e t h17-Oct-07 18:26
N a v a n e e t h17-Oct-07 18:26 
AnswerRe: Datatype for NULL Pin
Pete O'Hanlon17-Oct-07 2:26
mvePete O'Hanlon17-Oct-07 2:26 
GeneralRe: Datatype for NULL Pin
N a v a n e e t h17-Oct-07 2:39
N a v a n e e t h17-Oct-07 2:39 
GeneralRe: Datatype for NULL Pin
Pete O'Hanlon17-Oct-07 2:56
mvePete O'Hanlon17-Oct-07 2:56 
QuestionMDX + Trasnsactional Level Pin
GChannon17-Oct-07 2:00
GChannon17-Oct-07 2:00 
Hi,

I would like to create a query that display the data on a transactional level with the related dimension on each row. I can acheive this using the DRILLTROUGH but it doesn't seem right as this is a top-level query and not a drill-trough.

My query is

DRILLTHROUGH MAXROWS 100 Select ([Measures].[ID])
on 0 From [NBOS]
RETURN [Fact Trade].[ID] AS LiveTradeID,[Fact Trade].[Volume],
[Fact Trade].[Total Volume],[Fact Trade].[Price],
[Fact Trade].[Commission],[Fact Trade].[Commission2],
[Fact Trade].[Trade Count],[$Company].[Company],[$Counterparty].[Company],
[$Instrument].[Instrument Name],
[$Sequence Item].[Sequence Item],[$Date Time].[Full Date Alternate Key]

I looking for something similar to this SQL

SELECT * FROM FactTrade
INNER JOIN Instrument ON Instrument.InstrumentID = FactTrade.InstrumentID

Does anyone know the best practice to do this.

THANKS SO MUCH IN ADVANCE
QuestionForce DTS Failure Pin
Bjohnson3317-Oct-07 0:33
Bjohnson3317-Oct-07 0:33 
AnswerRe: Force DTS Failure Pin
andyharman17-Oct-07 1:53
professionalandyharman17-Oct-07 1:53 
GeneralRe: Force DTS Failure Pin
Bjohnson3317-Oct-07 2:57
Bjohnson3317-Oct-07 2:57 
QuestionCreate Function Pin
Sarfaraj Ahmed16-Oct-07 23:34
Sarfaraj Ahmed16-Oct-07 23:34 
AnswerRe: Create Function Pin
Hesham Amin17-Oct-07 0:34
Hesham Amin17-Oct-07 0:34 
GeneralRe: Create Function Pin
Sarfaraj Ahmed17-Oct-07 1:54
Sarfaraj Ahmed17-Oct-07 1:54 
GeneralRe: Create Function Pin
Sarfaraj Ahmed17-Oct-07 2:14
Sarfaraj Ahmed17-Oct-07 2:14 
Questiondatatype mismatch Pin
sean0016-Oct-07 19:00
sean0016-Oct-07 19:00 
AnswerRe: datatype mismatch Pin
Giorgi Dalakishvili16-Oct-07 20:47
mentorGiorgi Dalakishvili16-Oct-07 20:47 
GeneralRe: datatype mismatch Pin
sean0017-Oct-07 5:40
sean0017-Oct-07 5:40 
GeneralRe: datatype mismatch Pin
Giorgi Dalakishvili17-Oct-07 6:00
mentorGiorgi Dalakishvili17-Oct-07 6:00 
AnswerRe: datatype mismatch Pin
pmarfleet16-Oct-07 20:51
pmarfleet16-Oct-07 20:51 
Questionneed advice - oracle client Pin
udikantz16-Oct-07 13:21
udikantz16-Oct-07 13:21 
AnswerRe: need advice - oracle client Pin
AETaylor18-Oct-07 21:42
AETaylor18-Oct-07 21:42 
QuestionADO.NET update/select question Pin
Tom Wright16-Oct-07 10:57
Tom Wright16-Oct-07 10:57 
AnswerRe: ADO.NET update/select question Pin
pmarfleet16-Oct-07 11:01
pmarfleet16-Oct-07 11:01 
AnswerRe: ADO.NET update/select question Pin
Christian Graus16-Oct-07 11:29
protectorChristian Graus16-Oct-07 11:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.