MySQL or MS SQL Server?

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default MySQL or MS SQL Server?

    Anyone knows what database is better to run with Coldfusion MX 7(MySQL or Microsft SQL Server)? I'm working on a new website and I have to make a decision fast.
    Mafarazzo Guest

  2. Similar Questions and Discussions

    1. ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
      When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'...
    2. MySQLInstanceConfig.exe erases ".\MySQL\MySQL Server 5.0\bin" from the PATH
      Hi, I'm running MySQL 5.0 on WinXP-Pro/SP2. In my ignorance, I ran MySQLInstanceConfig.exe and clicked through all its pages every time I...
    3. cfoutputing MYSQL data from server A to server B, is itpossible?
      Hi! Could you please tell me how on earth can I access a MYSQL database on "SERVER A" that has CFMX 6.1 from a "SERVER B" that just has CFMX 6.1...
    4. Seen this message? Can't connect to local MySQL server through socket '/tmp/mysql.sock'
      Seen this message? Can't connect to local MySQL server through socket '/tmp/mysql.sock' I got this trying to install DBI and DBD for mysql from...
    5. Seen this message? Can't connect to local MySQL server throughsocket '/tmp/mysql.sock'
      Allen Marshall wrote: I just saw it in another newsgroup. Don't multi-post! -- Gunnar Hjalmarsson Email:...
  3. #2

    Default Re: MySQL or MS SQL Server?

    Depends on a number of things:

    Are you going to be administering it? What's your knowledge level? Are you
    more comfortable with one over the other? Do you have funds budgeted to
    purchase a database server? Is the site going to be hosted somewhere? What
    database(s) do they support? What databases have you used in the past?

    Kronin555 Guest

  4. #3

    Default Re: MySQL or MS SQL Server?

    Price Setup time
    My sql $Free 10 hours
    MSsql $4000 2 hours
    jorgepino Guest

  5. #4

    Default Re: MySQL or MS SQL Server?

    Like Kronin555 said, there are a number of factors that affect your decision.
    A lot depends on your needs, enviroment and experience, etc. Although I know
    my preference, I wouldn't blindly say that one database is always preferable
    over the other ... or that one would necessarily be suitable for every
    situation.

    mxstu Guest

  6. #5

    Default Re: MySQL or MS SQL Server?

    Hi Kronin555. A few answers:

    No, I dont have access to the database server or its configurations. I'm
    paying for a hosting service which offers me MySQL, MS Access or MS SQL. I'm
    used to work with MS Access for small applications, and Oracle for business.
    This time, it's a personal website. I haven't worked with MySQL or MS SQL
    before, so they are the same to me. The price of the hosting service is the
    same, not depending on the database I decide to use.

    Any extra help? Thank you in advance.

    Mafarazzo Guest

  7. #6

    Default Re: MySQL or MS SQL Server?

    Do you know which version of MySQL they have? Older versions don't support certain things, like subselects.
    Kronin555 Guest

  8. #7

    Default Re: MySQL or MS SQL Server?

    The versions are:
    MySQL 4.1.14, Microsoft SQL
    Server 2000 SP4

    I just knew that I will have access to the database server, through MS SQL Server manager. Not sure about MySQL.
    Mafarazzo Guest

  9. #8

    Default Re: MySQL or MS SQL Server?

    That version of MySQL is as new as you're going to get without going to a beta release.

    Do they provide phpMyAdmin for MySQL? It's a web interface to manage your databases.
    Kronin555 Guest

  10. #9

    Default Re: MySQL or MS SQL Server?

    That version of MySQL is as new as you're going to get without going to a beta release.

    Do they provide phpMyAdmin for MySQL? It's a web interface to manage your databases.
    Kronin555 Guest

  11. #10

    Default Re: MySQL or MS SQL Server?

    Basically you can split down two roads. First ask yourself, is this for an
    enterprise application or a personal/standard application?

    a. Enterprise: Sql Server
    b. Standard/Private: MySQL

    MySQL 5.0 is in beta as of right now, but will be a production version by
    October/November. MySQL 5.0 introduces many things that Sql Server can do, so
    it brings it a few steps closer to use with enterprise applications. MySQL 5.0
    has stored procedures, stored functions, triggers, and other goodies that
    really make a difference. The Archive engines/Federated engines, and alot more.

    MySQL 5.0 is in beta, meaning it is really close to a bug-free, if not
    completely bug-free version. If the beta passes x months without a major bug,
    it is then turned into a Production version, and that is what seems to be
    happening right now.

    MySQL is also faster, and the storage engines really make it an interesting
    database to use. Although be sure to use ODBC or C native driver when using
    with cf, don't use JDBC unless you have to.

    I must say either take MySQL 5.0 Beta or wait for production version. Take SQL
    Server if you do not want a beta version.

    ShytKicker Guest

  12. #11

    Default Re: MySQL or MS SQL Server?

    >... MySQL is also faster... Although be sure to use ODBC or C native driver when using with cf,
    >... don't use JDBC unless you have to.
    Why ODBC or a C-native driver, but not JDBC?

    BKBK Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139