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
What is the best schema & DB role for a user (app) that I only want to run a SP that creates another user?
Aruba WiFi Setup
how to detect removable drive (pen drive)
in Javascript(without a FW), wts the $().text ?
How can I connect a 2.5" Hard Drive to a Compact Flash Interface?
Can I install HyperV as a standalone tool n on a Windows Server 2003 host?
javascript div box resize in bottom corner
Change of Format with input in Excel
One vs. More Than One Instance of Excel
Why is there a limitation that only one clustered index exists per table