Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Old 05-29-2007, 10:32 AM Oracle versus MS SQL
Junior Talker

Posts: 2
Trades: 0
Plz,

i want to know what are the differences between Oracle and MS SQL server,
or simply when i should decide to use Oracle and when to use MS SQL

thanks alot
shimaa is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-29-2007, 11:14 AM Re: Oracle versus MS SQL
Average Talker

Posts: 29
Name: Amit Soni
Trades: 0
The content below is without pre-judice towards MSSQL or Oracle.

Asumption: You develop web based applications.(not standlone desktop apps), becuase you posted this in the "web"mastertalk-forum.

Go for MS-SQL :
  • Smaller projects where finding oracle on shared hosting servers is a challenge.
  • When the programming language is a Microsoft language.
  • When the server HAS TO BE a windows server.
  • When you dont expect too much traffic on the server
  • When budget is low
  • When project is not mission critical
  • When client wants a database server, irrespective of whether its required or not!(alrite I accept....alright this is too much, but still).
For all others go for Oracle, MySQL or PostGreSQL.

--Amit.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
Zitku is offline
Reply With Quote
View Public Profile Visit Zitku's homepage!
 
Old 05-30-2007, 01:19 AM Re: Oracle versus MS SQL
Novice Talker

Posts: 5
Trades: 0
Oracle for larger scale. Usually it comes with more features for enterprise dev. Can run both platform (if you think to migrate it in future) and easier to integrate with almost all programming language.
__________________

Please login or register to view this content. Registration is FREE
dotnet is offline
Reply With Quote
View Public Profile
 
Old 05-31-2007, 04:21 AM Re: Oracle versus MS SQL
Junior Talker

Posts: 2
Trades: 0
Thanks alot for your interest
the replies are fast and so helpful
thanks again
shimaa is offline
Reply With Quote
View Public Profile
 
Old 06-10-2007, 08:11 AM Re: Oracle versus MS SQL
Average Talker

Posts: 27
Name: Mike Robinson
Location: London, England
Trades: 0
First question is what are you trying to do?

Can you just buy an off the shelf package to do what you need?

Do you have any existing databases in place and what are they?

If it's for a small Internet type company then I'd plum for MySQL 5 (it's cheap and easy to implement).

If you feel the need to spend more money then MS SQL server or Sybase (they are very similar).

If you must have the fastest performance for 10k users or are likely to be storing 100m of records then perhaps Oracle. The cost is likely to be more for an Oracle system due to longer development times and higher costs associated with Oracle dev people.

Mike
mike_bike_kite is offline
Reply With Quote
View Public Profile Visit mike_bike_kite's homepage!
 
Old 06-10-2007, 08:35 AM Re: Oracle versus MS SQL
astrojith's Avatar
Ultra Talker

Posts: 490
Trades: 0
Actually, I'm not that good in database stuff. So, don't laugh at these questions :
1) Oracle vs MS SQL vs MySQL. How will you judge the 1st, 2nd & 3rd prize ?
2) Can MySQL be used for desktop applications ?
3) Does MySQL run on Windows and Linux platforms ?
4) Is there any difference in the syntax in all these database servers ?

Thanks in advance. Please describe in a "ultra" n00b way. lol.
__________________
Get FREE Science, Tech & Coding Ebooks :
Please login or register to view this content. Registration is FREE


astrojith is offline
Reply With Quote
View Public Profile
 
Old 06-10-2007, 09:23 AM Re: Oracle versus MS SQL
Average Talker

Posts: 27
Name: Mike Robinson
Location: London, England
Trades: 0
Quote:
1) Oracle vs MS SQL vs MySQL. How will you judge the 1st, 2nd & 3rd prize ?
You can't - it's horses for courses. If you're just getting into databases then I'd suggest MySQL 5. The best way to use it is with a language like PHP on a web server. You may find you're existing server provider already supplies both.

Quote:
2) Can MySQL be used for desktop applications ?
Yes - if you write them yourself. But why produce desktop applications when the rest of the world is moving towards web based applications and thin clients.

Quote:
3) Does MySQL run on Windows and Linux platforms ?
Yes - http://dev.mysql.com/downloads/mysql/5.0.html

Quote:
4) Is there any difference in the syntax in all these database servers ?
Yes but the bare bones SQL is very similar.
mike_bike_kite is offline
Reply With Quote
View Public Profile Visit mike_bike_kite's homepage!
 
Old 06-10-2007, 01:48 PM Re: Oracle versus MS SQL
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Quote:
Originally Posted by mike_bike_kite View Post
Yes - if you write them yourself. But why produce desktop applications when the rest of the world is moving towards web based applications and thin clients.
I don't think Photoshop or Excel are going anywhere soon ... desktop apps will have their place for another 10 or 20 years.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 06-10-2007, 05:26 PM Re: Oracle versus MS SQL
Average Talker

Posts: 27
Name: Mike Robinson
Location: London, England
Trades: 0
Quote:
I don't think Photoshop or Excel are going anywhere soon ... desktop apps will have their place for another 10 or 20 years.
You're quite right. I was thinking purely about 3rd party apps and forgot entirely about the stuff already on the machine.

Mike

Last edited by mike_bike_kite; 06-10-2007 at 05:33 PM..
mike_bike_kite is offline
Reply With Quote
View Public Profile Visit mike_bike_kite's homepage!
 
Old 06-11-2007, 01:06 PM Re: Oracle versus MS SQL
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Quote:
Originally Posted by Zitku View Post
Go for MS-SQL :
  • When the server HAS TO BE a windows server.
For all others go for Oracle, MySQL or PostGreSQL.
Or when Windows is just simply preferred. Most of us use Windows every day, so Windows Server is much easier to pick up than Unix variants.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 06-28-2007, 09:46 PM Re: Oracle versus MS SQL
Experienced Talker

Posts: 37
Trades: 0
If you have a full time DBA then use Oracle. If you're a developer that will also manage the database then use MS SQL.
c0ry is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Oracle versus MS SQL
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.50864 seconds with 12 queries