Microsoft
Software
Hardware
Network
Question : Exporting query and setting precision of values
I have a query which averages values using a group-by clause. The inputs are integers but the query results have long tails of decimals resulting from the average calculation. How do I export this query (to a text file) without all these decimals? How can I change the precision of the exported values to have, say, only 2 decimal places?
Answer : Exporting query and setting precision of values
Instead of using Avg(SomeColumn), in your query use Round(Avg(SomeColumn), 2)
Random Solutions
Exchange 2010 setup.com /preparead fails
activex script in dts to see if records are in table
ClearOS Enterprise 5.2 Alpha 1
Office 2003 - dollar sign shows up as an arrow
Exchange 2010 replication over a WAN with high latency
Move Sharepoint 2010 DB's from one server to another
Dot Net IL Code to C# conversion
Project Server 2010 won't install
Limiting User Access
Refining an algebra formula