Want to boost your .NET application performance?
Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.
Try it for yourself now.
Would the sql server "Round" function not do what you want?
as in "round(843.3423423423, 2)" = 843.3400000000
Joe