Click here to Skip to main content
15,896,439 members
Home / Discussions / Database
   

Database

 
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 
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 
Breaking it down by market is not a good idea, but you do need to know what market something traded on. A single stock may trade on multiple markets in the US, even when you ignore after-hours trading and dark pools.

I've personally worked with global financial databases with billions of records. The DBA sets the appropriate indices and partitions and performance was fine.

What you do not want to do is design something fragmented where it is hard to change the structure later without losing your data.

As far as memory usage, you can use SELECT statements and limit the amount of memory that sql server will use. So if you have a 10 GB table, you can tell sql server not to use more than 500 MB of RAM for instance.
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 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
ScottM126-Nov-09 22:51
ScottM126-Nov-09 22:51 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
Vimalsoft(Pty) Ltd26-Nov-09 22:52
professionalVimalsoft(Pty) Ltd26-Nov-09 22:52 
AnswerRe: adding SET NOCOUNT ON to large number of stored procedures Pin
ScottM126-Nov-09 22:59
ScottM126-Nov-09 22:59 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
David Skelly27-Nov-09 1:51
David Skelly27-Nov-09 1:51 

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.