Earlier quoted context omitted.
I agree completely, Windows isn't that expensive (look at the difference in EC2 pricing) but SQL Server is where they get you. It's not Oracle bad, but for a small startup it might as well be.
I haven't really paid attention recently, but at a conference several years ago a former Microsoft sales rep said that nearly every "enterprise" product they sold required accompanying SQL Server licenses.
Is The Microsoft Stack Really More Expensive?
21–30 of 71 posts
Re: Is The Microsoft Stack Really More Expensive?
#22On the Microsoft stack side, everyone knows about Visual Studio. The licensing cost for the Team Suite is $10,939. LAMP developers just love to point that kind of thing out. But folks, the fact is, that price is not measurable as the equivalent of LAMP freeware. It’s for an enterprise shop that needs very advanced and sophisticated tools for performing every corporate software role in a software development lifecycle…
I cannot imagine how Microsoft developers begin a project. "Today, I'm going to write this new web app to change the world! Right after I spend the day setting up Microsoft Team Studio and purchasing software licenses for every computer I plan to use!" How inspiring.
Re: Is The Microsoft Stack Really More Expensive?
#23Of all of Microsoft's technologies, I have considered SQL Server, because from what I've seen it is an extremely powerful database engine with really good BI tools. There are two reasons I don't use it though: 1) it would be prohibitively expensive (for me anyways) to use across dozens of nodes and 2) it means introducing Windows into my environment, which quickly becomes very expensive and a nuisance.
I agree completely, Windows isn't that expensive (look at the difference in EC2 pricing) but SQL Server is where they get you. It's not Oracle bad, but for a small startup it might as well be.
Re: Is The Microsoft Stack Really More Expensive?
#24I don't trust a Windows server to provide reliable uptime. I have no other arguments that I wish to make.
Uptime on my first linux production server box was over 4 years.
Re: Is The Microsoft Stack Really More Expensive?
#25Microsoft SQL Server 2008 is, by far, a vastly superior RDBMS than most anything I have seen from anyone, in every respect I was willing to continue reading the article, up to the above line, at which point it became clear that there's no basis for anything said.
Got some points you'd like to make that amount to something?
Re: Is The Microsoft Stack Really More Expensive?
#26Really? Hit any Ruby mailing list and every second post is a Windows user complaining that something doesn't work. Not just obscure things either - DataMapper doesn't work on Windows, or didn't a few months ago. Capistrano, the "official" Rails deployment tool, is not supported on Windows. And good luck with any gem that requires compilation.
Not to mention you lose out on all the command line tools. You'll need to install cygwin, of course. At that point you may as well just stop trying to run unix on a Windows box and just, you know, run Unix.
Re: Is The Microsoft Stack Really More Expensive?
#27Microsoft SQL Server 2008 is, by far, a vastly superior RDBMS than most anything I have seen from anyone, in every respect I was willing to continue reading the article, up to the above line, at which point it became clear that there's no basis for anything said.
Which ones do you think is one a par with it, and why? "vastly" may be an overstatement, but it's very good. The only issue is that for simple designs a smaller, free product (e.g. postgreSQL) may have all that you need. A lot of the new stuff in SQL server seems to be Business Intelligence tools, which I don't pay much attention too. the SQL stuff where you "select * from ...." seems to be much the same for several…
Of course it depends on your requirements; for most purposes MSSQL is perhaps a better choice but if I needed an enterprisey-schwenterprisey zero downtime database server no matter what it costs, then of course I would go for Oracle or DB2.
Re: Is The Microsoft Stack Really More Expensive?
#28Re: Is The Microsoft Stack Really More Expensive?
#29Microsoft SQL Server 2008 is, by far, a vastly superior RDBMS than most anything I have seen from anyone, in every respect I was willing to continue reading the article, up to the above line, at which point it became clear that there's no basis for anything said.
All the research I've seen shows Microsoft consistently in the top three as far as sales, and in the top two as far as sales on the windows platform. This has held true over many, many years. Got some points you'd like to make that amount to something?
Re: Is The Microsoft Stack Really More Expensive?
#30Microsoft SQL Server 2008 is, by far, a vastly superior RDBMS than most anything I have seen from anyone, in every respect I was willing to continue reading the article, up to the above line, at which point it became clear that there's no basis for anything said.
Which ones do you think is one a par with it, and why? "vastly" may be an overstatement, but it's very good. The only issue is that for simple designs a smaller, free product (e.g. postgreSQL) may have all that you need. A lot of the new stuff in SQL server seems to be Business Intelligence tools, which I don't pay much attention too. the SQL stuff where you "select * from ...." seems to be much the same for several…