Click here to Skip to main content
16,011,436 members

Comments by DeepikaSrivastava (Top 6 by date)

DeepikaSrivastava 21-Nov-11 2:15am View    
Please mark it as answer...
DeepikaSrivastava 12-May-11 8:14am View    
Thanks for answering..
but i want output like
1. use group by clause
2.no row are inserted in table
3. select * from tablename / output- no row selected.
4.then run SELECT ISNULL(Sum(SomeValue),0) FROM TestSum group by somevalue,testid;
this displays blank but i want zero
DeepikaSrivastava 12-Apr-11 6:31am View    
Thanks a Lot E.F Nijboer. ,but the above link is not opening at my end, can u please elaborate here in words.
DeepikaSrivastava 7-Apr-11 0:40am View    
yes,
full exception which is showing for above application is this:
Communication Exception was unhandled by user code:
The remote server returned an error: NotFound.
DeepikaSrivastava 7-Apr-11 0:38am View    
okh, Thanks for above solution, we can not change order of columns permanently. i want ALTER sql for it to make changes permanently.