Viewing 2 posts - 1 through 2 (of 2 total)
see Previous query's Network statistics (Byte sent and receide) hereunder:
Network Statistics
Number of server roundtrips11.0000
TDS packets sent from client11.0000
TDS packets received from server11.0000
...
December 1, 2008 at 6:03 am
#905547
One line statement:-
SELECT ID,TransactionDate,Balance,CASE WHEN id<5 THEN 0 ELSE(select SUM(balance) FROM Accounts where ID between acc.id-4 and acc.id) end as RunningTotal from Accounts acc
The Network rtraffic would be lesser, as...
December 1, 2008 at 5:05 am
#905499