Click here to Skip to main content
15,885,985 members
Home / Discussions / Database
   

Database

 
AnswerRe: Display Message while using Stored procedure Pin
Shameel29-Nov-09 23:32
professionalShameel29-Nov-09 23:32 
QuestionAccessing SQL Database From difference Client PCs. Pin
jeshra27929-Nov-09 20:24
jeshra27929-Nov-09 20:24 
AnswerRe: Accessing SQL Database From difference Client PCs. Pin
T210229-Nov-09 21:36
T210229-Nov-09 21:36 
AnswerRe: Accessing SQL Database From difference Client PCs. Pin
dan!sh 29-Nov-09 21:40
professional dan!sh 29-Nov-09 21:40 
QuestionRelational databases, XML, or OLAP? Pin
James Shao28-Nov-09 18:09
James Shao28-Nov-09 18:09 
AnswerRe: Relational databases, XML, or OLAP? Pin
T210228-Nov-09 23:08
T210228-Nov-09 23:08 
AnswerRe: Relational databases, XML, or OLAP? Pin
Luc Pattyn29-Nov-09 0:27
sitebuilderLuc Pattyn29-Nov-09 0:27 
GeneralRe: Relational databases, XML, or OLAP? Pin
James Shao29-Nov-09 0:55
James Shao29-Nov-09 0:55 
Thanks for the replies guys. But if I add a field to identify the stocks, it would be one huge table and it won't look as elegant. Frown | :(

By the way, are you suggesting the following structure:

Time StockName Open High Low Close EPS Dividend Return% ... ... ...
1/2/07 Citi 20 23 19 20.5 5m 5 4% ... ... ...
....
....
....
11/25/09 Citi 4 5 3 4.5 2m 2 -10% ... ... ...
1/2/07 BofA 35 37 32 36.4 7m 10 7% ... ... ...
....
....
....
11/25/09 BofA 12 13 11 10 3m 1 -7% ... ... ...
1/2/07 MSFT 45 47 41 42.5 28m 3 7% ... ... ...
....
....
....
11/25/09 MSFT 4 5 3 4.5 2m 2 -10% ... ... ...


If this is true, assuming that the table will contain 1000 stocks with 50 attributes for a 3-year period, this table will need to contain: 1000 x 50 x 260(business days) x 3 = 39,000,000 stock prices. Is this a little bit too large for one table? (If it is, as an alternative perhaps I could break 1000 stocks down into several smaller tables based on the market in which they are traded in? So one table for each market. What do you think?

Thanks!
GeneralRe: Relational databases, XML, or OLAP? Pin
Luc Pattyn29-Nov-09 8:08
sitebuilderLuc Pattyn29-Nov-09 8:08 
GeneralRe: Relational databases, XML, or OLAP? Pin
James Shao29-Nov-09 12:21
James Shao29-Nov-09 12:21 
GeneralRe: Relational databases, XML, or OLAP? Pin
Mycroft Holmes29-Nov-09 23:15
professionalMycroft Holmes29-Nov-09 23:15 
GeneralRe: Relational databases, XML, or OLAP? Pin
T210229-Nov-09 13:30
T210229-Nov-09 13:30 
GeneralRe: Relational databases, XML, or OLAP? Pin
James Shao29-Nov-09 19:07
James Shao29-Nov-09 19:07 
GeneralRe: Relational databases, XML, or OLAP? Pin
T210229-Nov-09 19:35
T210229-Nov-09 19:35 
GeneralRe: Relational databases, XML, or OLAP? Pin
James Shao30-Nov-09 12:04
James Shao30-Nov-09 12:04 
Questionvalidate name with no space? Pin
LTMKH27-Nov-09 15:59
LTMKH27-Nov-09 15:59 
AnswerRe: validate name with no space? Pin
Shameel27-Nov-09 20:09
professionalShameel27-Nov-09 20:09 
QuestionArrange database Column entries by ascending order. Pin Pin
jeshra27927-Nov-09 4:20
jeshra27927-Nov-09 4:20 
AnswerRe: Arrange database Column entries by ascending order. Pin Pin
Ashfield27-Nov-09 4:52
Ashfield27-Nov-09 4:52 
AnswerRe: Arrange database Column entries by ascending order. Pin Pin
Niladri_Biswas27-Nov-09 20:02
Niladri_Biswas27-Nov-09 20:02 
GeneralRe: Arrange database Column entries by ascending order. Pin Pin
jeshra27930-Nov-09 6:45
jeshra27930-Nov-09 6:45 
Questionadding SET NOCOUNT ON to large number of stored procedures [modified] Pin
T210226-Nov-09 19:42
T210226-Nov-09 19:42 
AnswerRe: adding SET NOCOUNT ON to large number of stored procedures Pin
Vimalsoft(Pty) Ltd26-Nov-09 22:05
professionalVimalsoft(Pty) Ltd26-Nov-09 22:05 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
T210226-Nov-09 22:29
T210226-Nov-09 22:29 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
Vimalsoft(Pty) Ltd26-Nov-09 22:43
professionalVimalsoft(Pty) Ltd26-Nov-09 22:43 

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.