Click here to Skip to main content
15,898,588 members
Home / Discussions / Database
   

Database

 
GeneralRe: Convert a 2008 SQL SERVER MDF info 2005 ! Pin
Shameel20-Nov-09 8:26
professionalShameel20-Nov-09 8:26 
QuestionJoint Venture Booster (3152) Pin
GHULAM SHAHBAZ19-Nov-09 0:14
GHULAM SHAHBAZ19-Nov-09 0:14 
QuestionSeeking advice on setting up a database or data warehouse Pin
MAW3018-Nov-09 14:35
MAW3018-Nov-09 14:35 
AnswerRe: Seeking advice on setting up a database or data warehouse Pin
_Damian S_18-Nov-09 14:50
professional_Damian S_18-Nov-09 14:50 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
MAW3018-Nov-09 15:17
MAW3018-Nov-09 15:17 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
_Damian S_18-Nov-09 15:34
professional_Damian S_18-Nov-09 15:34 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
MAW3018-Nov-09 16:08
MAW3018-Nov-09 16:08 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
_Damian S_18-Nov-09 16:59
professional_Damian S_18-Nov-09 16:59 
You said that you would have a separate table for each exchange. That's one option.

Another option would be to have a single table for the stock data you were speaking about (daily high, low etc), and (assuming that the data structure is the same for each exchange - which I'm sure it would have to be?) a foreign key that links the data to a second table that holds the exchange information.

eg:

Table 1 - tblStockData
StockDataID
StockDataStockCode
StockDataDailyHigh
StockDataDailyLow
etc etc
StockDataExchangeID -- Link this to ExchangeID in table tblExchange


Table 2 - tblExchange
ExchangeID
ExchangeName
etc etc


GeneralRe: Seeking advice on setting up a database or data warehouse Pin
T210220-Nov-09 13:05
T210220-Nov-09 13:05 
GeneralRe: Seeking advice on setting up a database or data warehouse Pin
T210220-Nov-09 13:12
T210220-Nov-09 13:12 
AnswerRe: Seeking advice on setting up a database or data warehouse Pin
Mycroft Holmes18-Nov-09 15:31
professionalMycroft Holmes18-Nov-09 15:31 
AnswerRe: Seeking advice on setting up a database or data warehouse [modified] Pin
T210222-Nov-09 12:55
T210222-Nov-09 12:55 
QuestionMDX Calculated Member Pin
led12318-Nov-09 5:49
led12318-Nov-09 5:49 
AnswerRe: MDX Calculated Member Pin
Chris Meech19-Nov-09 8:25
Chris Meech19-Nov-09 8:25 
AnswerRe: MDX Calculated Member Pin
led12323-Nov-09 6:14
led12323-Nov-09 6:14 
QuestionSQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 2:30
fracalifa18-Nov-09 2:30 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
Bassam Saoud18-Nov-09 5:04
Bassam Saoud18-Nov-09 5:04 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 5:26
fracalifa18-Nov-09 5:26 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
Bassam Saoud18-Nov-09 5:35
Bassam Saoud18-Nov-09 5:35 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
scottgp18-Nov-09 5:47
professionalscottgp18-Nov-09 5:47 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 6:10
fracalifa18-Nov-09 6:10 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
Richard MacCutchan18-Nov-09 6:07
mveRichard MacCutchan18-Nov-09 6:07 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 6:24
fracalifa18-Nov-09 6:24 
AnswerRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
Niladri_Biswas18-Nov-09 15:13
Niladri_Biswas18-Nov-09 15:13 
GeneralRe: SQL is creating a table instead of a file - whats wrong with my SQL-String Pin
fracalifa18-Nov-09 22:48
fracalifa18-Nov-09 22:48 

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.