SQL Vs mySQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slackologist
    Confirmed User
    • Jul 2002
    • 2379

    #1

    SQL Vs mySQL

    Anyone found the need to migrate from mySQL to SQL? or prefer one over the other?
  • twan
    Confirmed User
    • Aug 2003
    • 798

    #2
    I'm afraid i don't understand what you mean. SQL is a query language which mysql uses. It's inlogic to migrate from a database to a query language.

    Do you mean postgresql or msql?

    Blog Submitter, submit to 15 blog dirs with 1 form.
    Free WordPress Blog Hosting - Become a Thumblogger Affiliate!

    Comment

    • Yahook
      Confirmed User
      • May 2002
      • 840

      #3
      Hello slackologist,

      SQL is a language to make queries to databases. MySQL is a database. May be you mean to migrate from MySQL to another database, for example MS SQL?

      Comment

      • Lester
        Confirmed User
        • Sep 2003
        • 468

        #4
        Or are you asking about the Microsoft database product versus MySQL ?

        (sorta what was just said..... )
        opps, gotta pay attention in class!
        Last edited by Lester; 05-07-2005, 01:02 PM.
        I have no sig...sigh

        Comment

        • slackologist
          Confirmed User
          • Jul 2002
          • 2379

          #5
          sorry guys, i'm meaning MS SQL Server Vs mySQL
          Last edited by slackologist; 05-07-2005, 04:43 PM.

          Comment

          • Yahook
            Confirmed User
            • May 2002
            • 840

            #6
            PHP+MySQL is FREE, for ASP+MSSQL you have to pay.

            Comment

            • Lester
              Confirmed User
              • Sep 2003
              • 468

              #7
              I think maybe the question is perhaps does there come a time when you "outgrow" MySQL and need MS SQL ????

              and if so who has and why and how did it go to whatever you went to..
              I have no sig...sigh

              Comment

              • anocow
                Registered User
                • Feb 2003
                • 4

                #8
                First of all, I think this thread needs a little correction : ASP + MSSQL doesn't have to cost you a penny. ASP is part of the Windows operating system and is preinstalled on all windows hosting plans.
                There is also a free version of SQL server called MSDE it's a scaled down version of SQL server, missing the internal mail system and SQL scheduled jobs.
                MSDE is to be replaces by a new product called SQL server Express, also a scaled down product, read about its features here : http://lab.msdn.microsoft.com/express/sql/ it is soon to be released & contains a lot of features, also a free product.
                It's time that adult webmasters begin to look at MS platform as a viable building block for your business, of course the upper scaled products cost a lot, but most sites won't need them.

                To answer your original question : a lot of the features of MS SQL server are neat, but not really needed in most app's, I think it boils down to whether or not youre a MS guy or prefer linux + linux app's, since :

                performance : MySQL & MS SQL are both very well performing database servers.

                features : MS SQL is a clear winner IMO, even the scaled down version has more bells & whistles, but does your app really need them? the TSQL dialect eliminates alot of PHP code when compared to MySQL, but so does a good DB design - hint!

                cost : MySQL is free, so is MS SQL Express, although Express is a scaled down version it will fit most need's in any application, including heavy traffic websites.

                security : they both had security issues, but all networked applications do!
                In the hands of a competent administrator they are both very secure.

                So to sum it up, if you currently use MySQL on linux & your app works, dont change, if you plan on migrating to windows - consider changing, however MySQL runs great on win too. if you plan on staying on linux but think MySQL lacks more advanced features - look into PostGreSQL it's pretty amazing!!! lot's of features & well performing.

                Comment

                • fireorange
                  Confirmed User
                  • Jan 2005
                  • 1648

                  #9
                  MS SQL? No thanks.
                  MS server? No thanks.

                  Tell me a sponsor that uses MS technology for their sites, I'm interested!

                  Comment

                  • anocow
                    Registered User
                    • Feb 2003
                    • 4

                    #10
                    Originally posted by fireorange
                    MS SQL? No thanks.
                    MS server? No thanks.

                    Tell me a sponsor that uses MS technology for their sites, I'm interested!
                    Good point!

                    I'm looking into buying a new ride... better mail my sponsor to hear what he's driving

                    Comment

                    • Yahook
                      Confirmed User
                      • May 2002
                      • 840

                      #11
                      anocow, very good answer

                      Comment

                      • Lester
                        Confirmed User
                        • Sep 2003
                        • 468

                        #12
                        Don't some sites use Microsoft Media Server extensively???
                        and if so I'm guessing thats a MS server only product...

                        I could be wrong here, so if I am, sorry....
                        I have no sig...sigh

                        Comment

                        • slackologist
                          Confirmed User
                          • Jul 2002
                          • 2379

                          #13
                          Thanks for the response guys.

                          I was looking at developing a site with either mySQL or MS SQL Server. I want to try and bridge our internal offline ordering and inventory system with a web interface and because i have little experience with either i was wondering what kind of limitations mySQL might contain and what kind of advantages either may offer.

                          I built a database today in MS SQL and have a cart system up which seems fairly robust, probably no different to anything done with mySQL but given my reservations about integration with other systems using mySQL, scalability etc i will leave it in the maybe not basket for now.
                          Last edited by slackologist; 05-09-2005, 02:53 AM.

                          Comment

                          Working...