up vote 7 down vote favorite
share [g+] share [fb]

This is definitely a lazy web question (the answer wasn't apparently clear in the first 3 google hits I got). How do I submit a bug report to Microsoft (product is SQL Server 2005, if that matters)?

link|improve this question

43% accept rate
Are you sure it's a bug in SQL Server? Rememeber, "select isn't broken". – Thomas Owens Oct 6 '08 at 17:50
but SQL Server might well be :P – Vinko Vrsalovic Oct 6 '08 at 17:52
But select is SQL Server... – Thomas Owens Oct 6 '08 at 17:53
feedback

3 Answers

up vote 12 down vote accepted

http://connect.microsoft.com

link|improve this answer
Awesome! I actually visited this site for 2 seconds and it didn't look like a bug reporting site, but I apparently didn't look at it close enough. Thanks. – Jen A Oct 6 '08 at 17:52
Yeah I only came across Microsoft connect a few months ago when I was looking into a Visual Studio Designer bug. Why they don't call it something obvious like "Microsoft bug reporting"? :-) – RichardOD May 23 '09 at 17:20
Unfortunately this only works for certain products. For others Mitchel Sellers answer is helpful. – Nick Fortescue Jul 1 '10 at 7:39
feedback

OK, so what do you do when you file a bug at connect.microsoft.com and they close it as "By Design"? (Here's the same bug in different form; this one is still open.)

The issue I have is with the poor numerical accuracy of SQL Server's VAR() and STDEV() functions. SQL Server uses a naive algorithm for computing these statistics. It is only good to about 8 or 9 digits of precision with double-precision floats, it deteriorates as the rowset gets bigger, and worst of all it fails catastrophically when higher precision is demanded than it can support.

I have a pretty high opinion of SQL Server overall and I'm sure SQL Server's developers would fix this if they really understood the issue and how simple the fix is, but I don't know how one really gets their attention.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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