Click here to Skip to main content
15,922,584 members
Home / Discussions / Database
   

Database

 
GeneralRe: Triggers and Mutating Tables Pin
Chris Meech6-Dec-02 5:39
Chris Meech6-Dec-02 5:39 
GeneralRe: Triggers and Mutating Tables Pin
Chris Meech6-Dec-02 5:55
Chris Meech6-Dec-02 5:55 
GeneralRe: Triggers and Mutating Tables Pin
Mark Conger6-Dec-02 6:20
Mark Conger6-Dec-02 6:20 
GeneralRe: Triggers and Mutating Tables Pin
Chris Meech6-Dec-02 8:43
Chris Meech6-Dec-02 8:43 
GeneralSQL Pin
d@rk_@lly6-Dec-02 1:58
d@rk_@lly6-Dec-02 1:58 
GeneralRe: SQL Pin
Vasudevan Deepak Kumar6-Dec-02 2:06
Vasudevan Deepak Kumar6-Dec-02 2:06 
GeneralRe: SQL Pin
Not Active6-Dec-02 2:13
mentorNot Active6-Dec-02 2:13 
GeneralRe: SQL Pin
Mark Conger6-Dec-02 3:37
Mark Conger6-Dec-02 3:37 
Hiya!

Welcome to probably one of the most argued topics Smile | :) Christian and I have disagreements about this all the time.

Really, there is not difference in which you pick. the reason I say that is you should go looking to learn the platform. What you want to learn is the concepts. things like normalization, denormalization, cursors, objects, general Sql concepts are going to be the same whatever pllatform you choose. once you learn it in one place, you can then focus on the nuances of the different implementations of those features on other RDBMS.

Someone pointed out MSDE. MSDE is a small no fuss RDBMS. If you don't want to worry about some of the more advanced DBA-ish features (nothing a programmer would see or normally be concerned about usually.) then MSDE is fine. It has a fairly small memory footprint and is fairly robust since it is essentially a scaled down SQL Server.

I don't know if everyone is aware, but Oracle also can be obtained for evaluation/development fairly easily. Take a look at the site otn.oracle.com. Oracle is a much larger download and you end up with not just the RDBMS but all their admin and development tools as well as an apache web server. When you download it, you get everything as if you went out and purchased it.

Now, if you are not experienced with RDBMS or don't have a resource to call on in case you need help setting things up, go MSDE. Oracle is not for the faint of heart in the administration field. If you know what you are doing, you can setup Oracle in half an hour. If you don't, you'd be doing good to get Oracle up and running reliably in a week or two. MSDE does not come with an administration tool (But there are some arround including one I'm working on and one that Christian has published here on CP). Oracle comes with command line and GUI tools. The command line tools work like a champ and have been the fundamental tools of Oracle for years; The GUI tools are the latest rewrite of tools that have been arround about 5 or 6 years, now in java, and they are slow and clunky.

Final Recomendation: Go with MSDE to start with. Learn Oracle and any other RDBMS you can get your hands on after you have the principles down.

I'm a DBA and learning as many RDBMS's as I can is at least keeping me in contract work while the economy is so screwed up.



Mark Conger
Sonork:100.28396
GeneralAuto Incrementing integer as primary key in access DB Pin
PJ Arends5-Dec-02 18:48
professionalPJ Arends5-Dec-02 18:48 
GeneralRe: Auto Incrementing integer as primary key in access DB Pin
David Salter5-Dec-02 23:39
David Salter5-Dec-02 23:39 
GeneralStoring images in to database Pin
femthink5-Dec-02 12:14
femthink5-Dec-02 12:14 
GeneralRe: Storing images in to database Pin
Richard Deeming5-Dec-02 23:29
mveRichard Deeming5-Dec-02 23:29 
GeneralRe: Storing images in to database Pin
Mark Conger6-Dec-02 3:39
Mark Conger6-Dec-02 3:39 
GeneralRe: Storing images in to database Pin
dev1t6-Dec-02 5:23
dev1t6-Dec-02 5:23 
GeneralRe: Storing images in to database Pin
Anonymous6-Dec-02 5:37
Anonymous6-Dec-02 5:37 
GeneralUsing SQL variables Pin
DamienL5-Dec-02 2:17
DamienL5-Dec-02 2:17 
GeneralRe: Using SQL variables Pin
Anonymous5-Dec-02 5:00
Anonymous5-Dec-02 5:00 
QuestionSqlCommand question? Pin
simon295-Dec-02 0:05
simon295-Dec-02 0:05 
AnswerRe: SqlCommand question? Pin
Paul Watson5-Dec-02 2:56
sitebuilderPaul Watson5-Dec-02 2:56 
GeneralCDatabase Pin
MFC is the Best4-Dec-02 21:49
MFC is the Best4-Dec-02 21:49 
Questionusing sp_tables and ADO recordset problem? Pin
Bart-Man4-Dec-02 8:37
Bart-Man4-Dec-02 8:37 
AnswerRe: using sp_tables and ADO recordset problem? Pin
leppie4-Dec-02 9:32
leppie4-Dec-02 9:32 
GeneralRe: using sp_tables and ADO recordset problem? Pin
Bart-Man4-Dec-02 10:13
Bart-Man4-Dec-02 10:13 
GeneralRe: using sp_tables and ADO recordset problem? Pin
leppie4-Dec-02 10:20
leppie4-Dec-02 10:20 
GeneralRe: using sp_tables and ADO recordset problem? Pin
Richard Deeming5-Dec-02 0:17
mveRichard Deeming5-Dec-02 0:17 

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.