Click here to Skip to main content
15,908,834 members
Home / Discussions / Database
   

Database

 
GeneralRe: Display Message while using Stored procedure Pin
kankeyan29-Nov-09 23:40
kankeyan29-Nov-09 23:40 
GeneralRe: Display Message while using Stored procedure Pin
dan!sh 29-Nov-09 23:58
professional dan!sh 29-Nov-09 23:58 
GeneralRe: Display Message while using Stored procedure Pin
Ashfield30-Nov-09 0:13
Ashfield30-Nov-09 0:13 
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 
Hi guys, I'm relatively new to databases and have been playing with SQL Server 2008 Express for some time. I want to build a database on stock prices and various other stock-related indicators across time. So basically it's going to have three dimensions: name of the stock, stock attributes, and time. The user will be able to query for certain stock's performance on a particular attribute across a designated time period.

Normally this would be a perfect job for OLAP (multidimensional database). However, due to financial constraint and other reasons Frown | :( , I am not considering OLAP at the moment. With my limited knowledge on databases, I think I could achieve the above by using:

1) Relational database: if I need to track 1000 stocks, I will construct 1000 tables, with time and stock attributes on each stock table.

2) XML: I am relatively new to XML too, but it seems that with some clever XPath/XQuery coding, dumping all the data into one huge XML database is not a bad idea (or is it?), as long as data can be effectively retrieved.

In terms of speed/performance, maintenance convenience, and server-memory efficiency, which of the above two is a better choice? Or do I really need to migrate to using OLAP?

Sorry if this is a simple question, I am a total newbie regarding databases. Smile | :)

Thanks in advance!!
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 
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 

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.