Microsoft
Software
Hardware
Network
Question : Store COMPUTE in variable?
Dear Experts,
Is it possible to store the COMPUTE value in a variable for later usage?
SELECT employee_name, hours_done
FROM work_done
GROUP BY employee_name
COMPUTE SUM( hours_done )
Answer : Store COMPUTE in variable?
No, it's a reporting feature.
Besides, it has been deprecated in favour of ROLLUP.
Random Solutions
Looping thru 4 sections, changing field codes in headers
Removing leading punctuation from a string
Can I send a cookies' data to a server side database without reloading the page?
Settiing up forefront
No mobile internet in BlackBerry Desktop Manager
Outlook 2007 Freezez up during Spell Check
Import/export error - SQL Server 2005
SCOM 2007 R2 Dashboard creation / manipulation
How to make specific queries
In Symantec Backup Exec 2010, how can I take a look at a failed backup job to determine exactly what has backed up (so I can know the exact point where the backups fail)?