Consulting

Results 1 to 2 of 2

Thread: Solved: difference between types of databases

  1. #1
    VBAX Tutor
    Joined
    Nov 2007
    Posts
    291
    Location

    Solved: difference between types of databases

    Hi,

    If someone is new to this and wanted to learn a language for databases which one is the best/most used.

    Whats the difference between SQL Server 2005 and MYSQL. Which one is better or more widely used.

    Are Oracle databases still widely used

    At work one of our systems is moving from a Paradox server to SQL.

    Does this mean that SQL is the future and if it is which of SQL Server and MySQL is better to learn.

    Any advice would be appreciated

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    SQL Server is MS' database offering, which you pay for (SQL 2005 Express is free), uses Transact-SQl (a particular flavour of SQL).

    MySQL is an open-source (I think it is OS) free database, uses a more generic SQL (but has its own nuances I believe).

    Oracle databases are incredibly widely used, probably the most widely used.

    SQL is the now not the future, but SQL Server is not necessarily the future. It ties you to MS, it is bloated, but it is used. I am not sure how widely MySql is used.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •