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)?
feedback
|
|
| |||||||
feedback
|
|
| |||
|
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. | |||
|
feedback
|