mysql and ms sql databases

Discussion in 'MySQL' started by andreyknure, Aug 28, 2008.

  1. #1
    Hey guys! Could you please explain the difference between mysql and ms sql database technologies. When it is better to use each of them?The ppoint is that I have some experience of work with mysql(I created databases and tables using phpmyadmin) however I have never been connected with ms sql databases. That's why I am asking this question. Are there any signifficant differences?
     
    andreyknure, Aug 28, 2008 IP
  2. MakeThatDollar

    MakeThatDollar Notable Member

    Messages:
    4,451
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    225
    #2
    mySQL is used more for Linux servers while MS SQL is used more for Windows servers.
     
    MakeThatDollar, Aug 28, 2008 IP
  3. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #3
    mwasif, Aug 28, 2008 IP
  4. lol749

    lol749 Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you have experience of mysql then imho, you should stick with it.
     
    lol749, Aug 29, 2008 IP
  5. Bohol

    Bohol Peon

    Messages:
    2,680
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Bohol, Aug 29, 2008 IP
  6. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #6
    mysql free open source / mssql you have to pay only for windows
    but the same they are "structure query language" . they have some same/similar command.
     
    justinlorder, Aug 29, 2008 IP
  7. Bohol

    Bohol Peon

    Messages:
    2,680
    Likes Received:
    75
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If you're concern over speed, MYSQL is the way. It works faster than MS SQL.
     
    Bohol, Aug 29, 2008 IP
  8. raphnix

    raphnix Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Also, you can use MySQL to open source programming like Java. MSSQL is too exclusive for Microsoft You can have difficulties in configuring some of your commands.
     
    raphnix, Sep 1, 2008 IP
  9. N_F_S

    N_F_S Active Member

    Messages:
    2,475
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #9
    Who said you that?

    If MySQL was the best out there, no one would use MS SQL/Oracle, etc. It just depends on the site and your goals. Although, I use MySQL as Im more familiar with it :)
     
    N_F_S, Sep 1, 2008 IP
  10. vasago

    vasago Peon

    Messages:
    95
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #10
    the major differencies are scaling and official support. MS SQL is enterprise-level product. You pay for it so you get the according support. MySQL is known to be not so suitable for huge databases.

    Language is nearly the same, but MS SQL is a more sophisticated platform.
     
    vasago, Sep 2, 2008 IP
  11. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #11
    mwasif, Sep 5, 2008 IP
  12. captaincore

    captaincore Peon

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    MS SQL is technically better/more scalable/etc. than MySQL. but if you're into LAMP development, go with MySQL. if you're a MS shop go with SQL Server.
     
    captaincore, Sep 6, 2008 IP
  13. wmcoder

    wmcoder Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I would agree with the posts in this thread, however if you have used mysql I think you would be able to use mssql without too much of a learning curve if for some reason you decide to use it over mysql
     
    wmcoder, Sep 9, 2008 IP
  14. kadesmith

    kadesmith Peon

    Messages:
    479
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #14
    One thing to consider if you are a microsoft fan is SQL Server Express. It's free and has a lot of the same functionality as SQL Server.
     
    kadesmith, Sep 12, 2008 IP