Are there any published benchmarks to compare SQL Server 2012 to SQL Server 2008 R2. I am not particularly concerned with the newer features, I really just want to find some benchmarking of queries executed by the database engine

link|improve this question
Consider posting to dba.stackexchange.com, the guys over there should have a close eye on eventual publications in this area. – syneticon-dj Jan 25 at 12:57
feedback

closed as off topic by Chopper3, gbn, sam, syneticon-dj, pauska Jan 25 at 13:15

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

There has been a recent publication of a presentation regarding SQL Server performance improvments on the Technet site.

"Benchmarking of queries" is quite a broad field where measurements in different scenarios will produce quite different and sometime surprising results. If you really want to know how it will perform in your specific environment, there is no way but to load real data and run real queries against it.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.