MySql or SQL Server? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T14:09:07Z http://stackoverflow.com/feeds/question/1081497 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1081497/mysql-or-sql-server 1 MySql or SQL Server? chobo2 2009-07-04T04:34:04Z 2009-07-31T03:42:40Z <p>Currently I have an Asp.net website. Basically it was a prototype that showed to my school who are interested in my product. I decided to use this as my industry project that I must complete to graduate. </p> <p>That way if my school decides not to go with it I still can host it myself and target individuals and I complete my requirement for my school. It's win-win for me!</p> <p>So I started to think about it already and some things concern me. One thing is hosting. If they do adopt the site my shared hosting will most likely be not enough to handle the load.</p> <p>So I am going to redesign my site in .Net MVC and do everything from the ground up since I have to prove to my teachers I will have enough work to do for the course. Plus my prototype was not made to be scaled and is very messy and needs to be rewritten.</p> <p>So if they adopt it I was thinking of going with a Semi-Dedicated server over a Dedicated server since I don't want to have to admin my own database and IIS server. I don't know how to do that and that just adds more work.</p> <p>Now we come to the database. Currently my database is SQL Server 2005 that I get free from my hosting company. </p> <p>Now I am not sure if I should use MySql instead. I am scared that for some reason my hosting company will not be able to provided me with enough space or that it will not be fast enough or that they will charge some super high amount.</p> <p>So I am scared I would have to find a new company and I would have to pay an arm in the leg(like $500 or more a month) just on database hosting.</p> <p>Yet at the same time I never used SQL Server and I am going to be using heavily the asp.net membership that seems to work only for SQL Server.</p> <p>Otherwise then that my knowledge in SQL is very limited so I don't think either way I would go I would use a fraction of the power of them.</p> <p>If I go with SQL Server it would be most likely 2005 since I get that free from my hosting and I would have to pay a bit extra for 2008 that at this time I see no advantage of what I am using it to make it worth the extra money.</p> <p>If I go with a semi dedicated server from my hosting company will give me 10 SQL Server 2005 database(a gig each), 10 SQL Server 2008 databases(a gig each) and 10 mysql databases(unknown size).</p> <p>So I just don't know. I have to find out how much it costs if I go over a gig(they say it depends on server load that your site causes).</p> <p>Yet I am not sure what kind of questions I should be asking?</p> <p>I just don't want to go with one solution and find out that for one reason another I will have to convert my site to the other database.</p> <p>Right now I am on shared hosting place windows 2003 and I pay like $4.50/month(with free SQL Server database-1 gig). I find that my pages can load up slowly but at the same time people I know host on there site with windows 2008 and they really load up fast. So maybe because I was one of the first and got the super cheaper price I am on the bottom end ones.</p> <p>I don't think it is my programming to since I tested it using my homepage with like nothing on it and sometime it goes really fast.</p> <p>That's fine with me since I use it more for prototyping testing and would go for a higher solution when I would really launch my site.</p> <p>I would go for semi dedicated server (cluster hosting).</p> <p>You can check out there site here.</p> <p><a href="http://payments.reliablesite.net/aff.php" rel="nofollow">Reliable</a></p> http://stackoverflow.com/questions/1081497/mysql-or-sql-server/1081505#1081505 0 Answer by shevron for MySql or SQL Server? shevron 2009-07-04T04:40:17Z 2009-07-04T04:40:17Z <p>I could advise you to use Derby databases. If you switch to a semi dedicated server it should be possible to easy install it. It's a database with a very small footprint and it's fast and very stable. It's a project from apache. It's free and it's open source. Maybe you can give it a try?</p> <p>Regards,</p> <p>Matthias</p> <p><a href="http://db.apache.org/derby" rel="nofollow">DERBY by APACHE</a></p> http://stackoverflow.com/questions/1081497/mysql-or-sql-server/1081511#1081511 8 Answer by cletus for MySql or SQL Server? cletus 2009-07-04T04:43:59Z 2009-07-04T04:43:59Z <p>This is a common choice: basically SQL Server is better. Here is <a href="http://www.cforcoding.com/2009/07/oracle-vs-mysql-vs-sql-server.html" rel="nofollow">one example</a>. But you can't argue with the price of MySQL.</p> <p>This is also a consideration with ASP.NET because PHP hosting, as just one example, is <strong>much</strong> cheaper (or you get much more for the same money) in part because PHP is free.</p> <p>You may also want to consider VPS options for hosting. Again that's much cheaper for Linux than Windows (but you can get both).</p> <p>So if cost is going to be a major consideration (and it will be for schools I would imagine) then you should seriously think about doing what you can do reduce the cost of delivering the service.</p> <p>In the very least I would try to minimize the impact of any future change by making your application as database-agnostic as possible. Thing is, if you do that your database becomes a fairly dumb data store at which point you may as well just use MySQL.</p> http://stackoverflow.com/questions/1081497/mysql-or-sql-server/1081514#1081514 5 Answer by Paulo for MySql or SQL Server? Paulo 2009-07-04T04:44:29Z 2009-07-04T04:44:29Z <p>They will likely both work fine. Modern databases can handle significant load, so if your concern is speed, I sincerely doubt you will be pushing the boundaries of MySQL or MSSQL. </p> <p>As for hosting, that's really a personal decision and the best is to choose your development language instead of your hosting. You will find hosting for whichever you choose.</p> <p>ie: focus on your work, not the details of hosting and costs. Both will work fine, do a bit of reading or choose the one that is most comfortable and just keep moving foward.</p> <p>Best of Luck</p> http://stackoverflow.com/questions/1081497/mysql-or-sql-server/1081517#1081517 1 Answer by Brettski for MySql or SQL Server? Brettski 2009-07-04T04:45:49Z 2009-07-04T04:45:49Z <p>As far as database platform, my first thought is about LINQ to SQL. There is native support for MSSQL, but I am not sure how well it will work with MySQL or how good the support is or how difficult to setup/maintain.</p> http://stackoverflow.com/questions/1081497/mysql-or-sql-server/1081646#1081646 1 Answer by gahooa for MySql or SQL Server? gahooa 2009-07-04T06:21:19Z 2009-07-04T06:21:19Z <p>If you are going to use a Microsoft Language, then I <strong>strongly suggest</strong> that you also use a Microsoft Database. <em>That way you have zero interoperability problems.</em></p> <p><strong>However,</strong> If re-writing the project, you could consider basing it on an open source stack (say, Apache + PHP + CakePHP + jQuery + MySQL) as an example.</p> <p>You could host it in any number of places including a <a href="http://www.rackspacecloud.com/?CMP=rackspace" rel="nofollow">virtual server by Rackspace</a> which would start at &lt; $20 / month, but allow you to really scale up.</p> <p>Great software can be written on many different platforms. Stack Overflow is based on Microsoft technologies. WIkipedia is based on PHP+Open Source technologies. The "goodness" of a web app will come from the developer, not the platform.</p> <p><sup>(Although the platform can really help <strong>get you there</strong>)</sup></p> http://stackoverflow.com/questions/1081497/mysql-or-sql-server/1081819#1081819 0 Answer by Pradeep for MySql or SQL Server? Pradeep 2009-07-04T08:49:04Z 2009-07-04T08:49:04Z <p>I think some thought has to be given to the nature of the application and knowledge of the developer in terms of coding and survival of the product with or without the school support. MySQL and MSSQL might meet the load/standards. </p> http://stackoverflow.com/questions/1081497/mysql-or-sql-server/1082640#1082640 0 Answer by Jacob for MySql or SQL Server? Jacob 2009-07-04T17:34:25Z 2009-07-04T17:34:25Z <p>Your usage of ASP.NET's Membership API looks like reason enough to stick with MSSQL. You can write your own membership provider that uses MySQL, but that will consume more of your time.</p> http://stackoverflow.com/questions/1081497/mysql-or-sql-server/1082700#1082700 0 Answer by Martin C. for MySql or SQL Server? Martin C. 2009-07-04T18:09:23Z 2009-07-04T18:09:23Z <p>If you stay with .NET, you should use MSSQL, as most ASP.NET providers also provide access to a SQL Server Express edition. </p> <p>If you really exceed the limits of the SQL Server Express edition, I suppose you'll also need your dedicated own hardware, with its own Windows Server License and SQL Server license, which will become expensive quite easily, but is the cost if you stick with the .NET framework.</p> <p>If future costs and/or scaling to new hardware really is an issue to you, you'll need to look into Open-Source stacks. Maybe <a href="http://www.mono-project.com/Main%5FPage" rel="nofollow">Mono</a> is for you, but I wouldn't use it at the moment.</p> <p>I personally believe, that anything exceeding the limits of the freely available tools by Microsoft (e.g. Express Editions of Visual Studio, SQL Server Express) is a project of a scale where the licensing costs shouldn't matter that much.</p>