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
I need to change the color of a DataGridView scrollbar in C# WinForms
Backup jobs in Symantec Backup Exec 11d keep failing (due to lack of free space on destination drive, I believe). How can I fix this? The job logs have been attached
SQL 2005 Formatting help for Flat File
Roaming Profiles in Windows 7 Pro and SBS 2008
pp0 IP configuration.
How can you search e-mail within Outlook 2010 and not use the index?
Installing SSL certifcate on exchange 2010
Grabbing some word using regular expressions
Delphi: Importing CSV file that has new line characters
Renew Subordinate CA for more than a year?