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

Database

 
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 
Yes, you should use the date in your table (which is 4 bytes). If you created another table holding dates to try to reduce the size, then you would have an additional bottleneck.

Your primary key will be composed of multiple columns including ID, Date, and possibly source/exchange. If you really needed to save space in your table, you could use a smallint (2 bytes) for your date and map the minimum small int to Jan 1, 1970 or wherever you will start your database. Then it will be quick to add/subtract an offset to go back and forth from Excel's date format.
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 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
ScottM127-Nov-09 1:58
ScottM127-Nov-09 1:58 
GeneralRe: adding SET NOCOUNT ON to large number of stored procedures Pin
T210227-Nov-09 3:31
T210227-Nov-09 3:31 

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.